#include "verilog_parser/verilog_parser.h"
#include "netlist_test_utils.h"
#include "gate_library_test_utils.h"
#include <bitset>
#include <filesystem>
Go to the source code of this file.
|
| hal::TEST_F (VerilogParserTest, check_main_example) |
|
| hal::TEST_F (VerilogParserTest, check_whitespace_chaos) |
|
| hal::TEST_F (VerilogParserTest, check_pins) |
|
| hal::TEST_F (VerilogParserTest, check_pin_assignments) |
|
| hal::TEST_F (VerilogParserTest, check_parameters) |
|
| hal::TEST_F (VerilogParserTest, check_net_vectors) |
|
| hal::TEST_F (VerilogParserTest, check_zero_padding) |
|
| hal::TEST_F (VerilogParserTest, check_special_nets) |
|
| hal::TEST_F (VerilogParserTest, check_multiple_entities) |
|
| hal::TEST_F (VerilogParserTest, check_direct_assignment) |
|
| hal::TEST_F (VerilogParserTest, check_pin_group_port_assignment) |
|
| hal::TEST_F (VerilogParserTest, check_comments) |
|
| hal::TEST_F (VerilogParserTest, check_attributes) |
|
| hal::TEST_F (VerilogParserTest, check_one_line_multiple_nets) |
|
| hal::TEST_F (VerilogParserTest, check_port_dekl_in_list_of_ports) |
|
| hal::TEST_F (VerilogParserTest, check_invalid_input) |
|