|
CIRCT 23.0.0git
|
Public Member Functions | |
| test_uses_verilator_bin (self, tmp_path) | |
| test_cmake_and_ninja_commands (self, tmp_path) | |
| test_no_exe_or_build_flags_cmake (self, tmp_path) | |
| test_no_cflags_or_ldflags_cmake (self, tmp_path) | |
| test_driver_not_in_verilator_cmd_cmake (self, tmp_path) | |
| test_trace_flags_in_debug (self, tmp_path) | |
| test_respects_verilator_path_env (self, tmp_path) | |
| test_verilator_path_redirects_perl_wrapper (self, tmp_path) | |
| test_verilator_path_overrides_path (self, tmp_path) | |
| test_compile_commands_requires_verilator_bin (self, tmp_path) | |
| test_macro_definitions (self, tmp_path) | |
Definition at line 123 of file test_verilator.py.
| test_verilator.TestCompileCommands.test_cmake_and_ninja_commands | ( | self, | |
| tmp_path | |||
| ) |
Definition at line 133 of file test_verilator.py.
References test_verilator._make_verilator().
| test_verilator.TestCompileCommands.test_compile_commands_requires_verilator_bin | ( | self, | |
| tmp_path | |||
| ) |
Definition at line 213 of file test_verilator.py.
References test_verilator._make_verilator().
| test_verilator.TestCompileCommands.test_driver_not_in_verilator_cmd_cmake | ( | self, | |
| tmp_path | |||
| ) |
When using cmake, driver.cpp should not be in the verilator command.
Definition at line 165 of file test_verilator.py.
References test_verilator._make_verilator().
| test_verilator.TestCompileCommands.test_macro_definitions | ( | self, | |
| tmp_path | |||
| ) |
Definition at line 223 of file test_verilator.py.
References test_verilator._make_verilator().
| test_verilator.TestCompileCommands.test_no_cflags_or_ldflags_cmake | ( | self, | |
| tmp_path | |||
| ) |
When using cmake, -CFLAGS and -LDFLAGS should not appear.
Definition at line 155 of file test_verilator.py.
References test_verilator._make_verilator().
| test_verilator.TestCompileCommands.test_no_exe_or_build_flags_cmake | ( | self, | |
| tmp_path | |||
| ) |
When using cmake, --exe and --build should not appear.
Definition at line 145 of file test_verilator.py.
References test_verilator._make_verilator().
| test_verilator.TestCompileCommands.test_respects_verilator_path_env | ( | self, | |
| tmp_path | |||
| ) |
Definition at line 181 of file test_verilator.py.
References test_verilator._make_verilator().
| test_verilator.TestCompileCommands.test_trace_flags_in_debug | ( | self, | |
| tmp_path | |||
| ) |
Definition at line 174 of file test_verilator.py.
References test_verilator._make_verilator().
| test_verilator.TestCompileCommands.test_uses_verilator_bin | ( | self, | |
| tmp_path | |||
| ) |
Definition at line 126 of file test_verilator.py.
References test_verilator._make_verilator().
| test_verilator.TestCompileCommands.test_verilator_path_overrides_path | ( | self, | |
| tmp_path | |||
| ) |
Definition at line 199 of file test_verilator.py.
| test_verilator.TestCompileCommands.test_verilator_path_redirects_perl_wrapper | ( | self, | |
| tmp_path | |||
| ) |
Definition at line 189 of file test_verilator.py.
References test_verilator._make_verilator().