modport_expression: compile tests with --binary

This commit is contained in:
Thomas Aldrian 2025-12-20 18:27:44 +00:00
parent 6b64afcf76
commit 5df49c7dd6
No known key found for this signature in database
GPG Key ID: 6E25AF572B56794B
2 changed files with 2 additions and 2 deletions

2
test_regress/t/t_modport_expression_partsel.py Normal file → Executable file
View File

@ -11,7 +11,7 @@ import vltest_bootstrap
test.scenarios('simulator')
test.compile()
test.compile(verilator_flags2=["--binary"])
test.execute()

View File

@ -11,7 +11,7 @@ import vltest_bootstrap
test.scenarios('simulator')
test.compile()
test.compile(verilator_flags2=["--binary"])
test.execute()