StdLogicVector  0.1
 All Classes Files Functions Friends Pages
StdLogicVector.h File Reference

An implementation of the std_logic_vector VHDL data type in C++. More...

#include <string>
#include <gmp.h>
#include <gmpxx.h>

Go to the source code of this file.

Classes

class  StdLogicVector
 An implementation of the std_logic_vector VHDL data type in C++. More...
 

Detailed Description

An implementation of the std_logic_vector VHDL data type in C++.

Author
Michael Muehlberghuber (mbgh,michmueh)
Date
03 April 2014
Version
0.1

In order to generate bit-true C++ models of future VHDL implementations, this file provides an equivalent C++ class of the std_logic_vector data type available in VHDL. Since the value of a StdLogicVector can be of arbitrary length, its actual value is internally represented using the GMP library [1] for arbitrary arithmetic functions.

See Also
[1] https://gmplib.org/