[#73220] add t_interface_ref_trace_saif test with golden file

This commit is contained in:
Mateusz Gancarz 2025-02-21 11:53:54 +01:00
parent f77dd16638
commit 536c5fe293
2 changed files with 964 additions and 105 deletions

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,7 @@ import vltest_bootstrap
test.scenarios('simulator')
test.top_filename = "t/t_interface_ref_trace.v"
test.golden_filename = "t/t_interface_ref_trace_saif.out"
test.compile(verilator_flags2=['--trace-structs --trace-saif'])