[#73220] add t_hier_block_trace_saif test with golden file

This commit is contained in:
Mateusz Gancarz 2025-02-21 11:10:12 +01:00
parent 005a5d0215
commit a09ec8adae
2 changed files with 1913 additions and 898 deletions

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,7 @@ import vltest_bootstrap
test.scenarios('vlt_all')
test.top_filename = "t/t_hier_block.v"
test.golden_filename = "t/t_hier_block_trace_saif.out"
# CI environment offers 2 VCPUs, 2 thread setting causes the following warning.
# %Warning-UNOPTTHREADS: Thread scheduler is unable to provide requested parallelism; consider asking for fewer threads.