|
Limbo 3.5.4
|
test verilog parser, see VerilogParser::Driver and VerilogParser::VerilogDataBase More...
Go to the source code of this file.
Classes | |
| class | VerilogDataBase |
| Custom class that inheritates VerilogParser::VerilogDataBase with all the required callbacks defined. More... | |
Functions | |
| void | test1 (string const &filename) |
| test 1: use function wrapper VerilogParser::read | |
| void | test2 (string const &filename) |
| test 2: use class wrapper VerilogParser::Driver | |
| int | main (int argc, char **argv) |
| main function | |
test verilog parser, see VerilogParser::Driver and VerilogParser::VerilogDataBase
Definition in file test_bison.cpp.
| int main | ( | int | argc, |
| char ** | argv ) |
main function
| argc | number of arguments |
| argv | values of arguments |
Definition at line 136 of file test_bison.cpp.
| void test1 | ( | string const & | filename | ) |
test 1: use function wrapper VerilogParser::read
Definition at line 113 of file test_bison.cpp.
| void test2 | ( | string const & | filename | ) |
test 2: use class wrapper VerilogParser::Driver
Definition at line 121 of file test_bison.cpp.