Verilog Parser
|
A simple container for macro directives. More...
#include <verilog_preprocessor.h>
Data Fields | |
unsigned int | line |
Line number of the directive. | |
char * | macro_id |
The name of the macro. | |
char * | macro_value |
The value it expands to. | |
A simple container for macro directives.