Skip to content

Commit

Permalink
Only include inst64 files for snitch_cluster target
Browse files Browse the repository at this point in the history
  • Loading branch information
micprog authored and thommythomaso committed Jul 4, 2024
1 parent 78da65c commit 5317ed8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,14 @@ sources:
- src/frontend/desc64/idma_desc64_reader_gater.sv
- src/frontend/desc64/idma_desc64_reshaper.sv
- src/frontend/idma_transfer_id_gen.sv
- src/frontend/inst64/idma_inst64_events.sv
- target: snitch_cluster
files:
- src/frontend/inst64/idma_inst64_events.sv
# Level 1
- src/frontend/desc64/idma_desc64_reg_wrapper.sv
- src/frontend/inst64/idma_inst64_top.sv
- target: snitch_cluster
files:
- src/frontend/inst64/idma_inst64_top.sv
# Level 2
- src/frontend/desc64/idma_desc64_top.sv

Expand Down

0 comments on commit 5317ed8

Please sign in to comment.