![]() |
Belle II Software
release-05-01-25
|
Note: VHDL std_logic value is stored in a byte (char). More...
#include <xsi.h>
Public Attributes | |
char * | logFileName |
char * | wdbFileName |
A Null value means turn off log file generation. | |
Note: VHDL std_logic value is stored in a byte (char).
The MVL9 values are mapped as 'U':00, 'X':1, '0':2, '1':3 'Z':4, 'W':5, 'L':6, 'H':7, '-':8 . The std_logic_vector is stored as a contiguous array of bytes. For example "0101Z" is stored in five bytes as char s[5] = {2,3,2,3,4} An HDL integer type is stored as C int, a HDL real type is stored as a C double and a VHDL string type is stored as char*. An array of HDL integer or double is stored as an array of C integer or double respectively
Pass start up switches using this struct