Skip to content

Commit

Permalink
Bender: Organize modules in test target in levels
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskurth committed Jan 14, 2021
1 parent 71ea842 commit f13b892
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,23 @@ sources:

- target: test
files:
- test/tb_axi_atop_filter.sv
# Level 0
- test/tb_axi_dw_pkg.sv
- test/tb_axi_xbar_pkg.sv
# Level 1
- test/tb_axi_addr_test.sv
- test/tb_axi_atop_filter.sv
- test/tb_axi_cdc.sv
- test/tb_axi_delayer.sv
- test/tb_axi_dw_pkg.sv
- test/tb_axi_dw_downsizer.sv
- test/tb_axi_dw_upsizer.sv
- test/tb_axi_isolate.sv
- test/tb_axi_lite_mailbox.sv
- test/tb_axi_lite_regs.sv
- test/tb_axi_lite_to_apb.sv
- test/tb_axi_lite_to_axi.sv
- test/tb_axi_lite_mailbox.sv
- test/tb_axi_lite_xbar.sv
- test/tb_axi_modify_address.sv
- test/tb_axi_serializer.sv
- test/tb_axi_to_axi_lite.sv
- test/tb_axi_xbar_pkg.sv
- test/tb_axi_xbar.sv

0 comments on commit f13b892

Please sign in to comment.