Tests: Execute t_emit_accessors (#5689) (#5688)

This commit is contained in:
Todd Strader 2024-12-19 15:01:57 -05:00 committed by GitHub
parent c093b24342
commit 8a9fc9237d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,4 +13,6 @@ test.scenarios('vlt')
test.compile(make_main=False, verilator_flags2=["--emit-accessors", "--exe", test.pli_filename])
test.execute()
test.passes()