Skip to content

Commit 68dcc6d

Browse files
ezelioliphsauter
andcommitted
rtl: refactor testbench
- move testbench helper tasks into VIP module - add testbench package - group simulation-only files into dedicated rtl/test directory - ignore all waveform files Co-authored-by: Philippe Sauter <[email protected]>
1 parent 07ccaf4 commit 68dcc6d

File tree

6 files changed

+587
-492
lines changed

6 files changed

+587
-492
lines changed

Bender.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ sources:
6363

6464
- target: any(simulation, verilator)
6565
files:
66-
- rtl/tb_croc_soc.sv
66+
- rtl/test/tb_croc_pkg.sv
67+
- rtl/test/croc_vip.sv
68+
- rtl/test/tb_croc_soc.sv
6769

6870
- target: genesys2
6971
files:

0 commit comments

Comments
 (0)