#include <defines.h>
Data Fields | |
vsignal * | sig |
int | msb |
int | lsb |
sym_sig * | next |
For each signal within a symtable entry, an independent MSB and LSB needs to be stored along with the signal pointer that it references to properly assign the VCD signal value to the appropriate signal. This structure is setup to hold these three key pieces of information in a list-style data structure.
int sym_sig_s::lsb |
Least significant bit of value to set
Referenced by symtable_add_sym_sig(), and symtable_assign().
int sym_sig_s::msb |
Most significant bit of value to set
Referenced by symtable_add_sym_sig(), and symtable_assign().
Pointer to next sym_sig link in list
Referenced by symtable_add_sym_sig(), symtable_assign(), and symtable_dealloc().
Pointer to signal that this symtable entry refers to
Referenced by symtable_add_sym_sig(), and symtable_assign().