Skip to content

Commit d185edf

Browse files
phsauterthommythomaso
authored andcommitted
Add verilator target with compatible files
1 parent 9c07fa8 commit d185edf

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Bender.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,24 @@ package:
55

66
sources:
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

0 commit comments

Comments
 (0)