File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,24 @@ package:
55
66sources :
77 # Files in this package are meant for simulation only.
8+ # Verilator does not support features commonly used in simulation (eg: rand conditioning)
9+ - target : any(simulation, verilator)
10+ files :
11+ - src/clk_rst_gen.sv
12+ - src/sim_timeout.sv
13+ - src/stream_watchdog.sv
14+ - src/signal_highlighter.sv
15+
816 - target : simulation
917 files :
1018 # Source files grouped in levels. Files in level 0 have no dependencies on files in this
1119 # package. Files in level 1 only depend on files in level 0, files in level 2 on files in
1220 # levels 1 and 0, etc. Files within a level are ordered alphabetically.
1321 # Level 0
14- - src/clk_rst_gen.sv
1522 - src/rand_id_queue.sv
1623 - src/rand_stream_mst.sv
1724 - src/rand_synch_holdable_driver.sv
1825 - src/rand_verif_pkg.sv
19- - src/signal_highlighter.sv
20- - src/sim_timeout.sv
21- - src/stream_watchdog.sv
2226 # Level 1
2327 - src/rand_synch_driver.sv
2428 # Level 2
You can’t perform that action at this time.
0 commit comments