We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6293b commit 447a423Copy full SHA for 447a423
1 file changed
tests/CMakeLists.txt
@@ -31,7 +31,7 @@ foreach(target IN LISTS UNITS)
31
SOURCES ${${target}_SRCS}
32
TOP_MODULE ${target}
33
PREFIX ${unitCap}
34
- VERILATOR_ARGS --pins-inout-enables +define+MOCK_STDOUT_ENABLED
+ VERILATOR_ARGS +define+MOCK_STDOUT_ENABLED
35
DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${target}
36
COVERAGE
37
)
0 commit comments