StdLogicVector
0.1
|
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... | |
An implementation of the std_logic_vector VHDL data type in C++.
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.