Skip to content

Commit 447a423

Browse files
committed
CI: remove in-out option from verilator
1 parent 2c6293b commit 447a423

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ foreach(target IN LISTS UNITS)
3131
SOURCES ${${target}_SRCS}
3232
TOP_MODULE ${target}
3333
PREFIX ${unitCap}
34-
VERILATOR_ARGS --pins-inout-enables +define+MOCK_STDOUT_ENABLED
34+
VERILATOR_ARGS +define+MOCK_STDOUT_ENABLED
3535
DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${target}
3636
COVERAGE
3737
)

0 commit comments

Comments
 (0)