Skip to content

Commit

Permalink
Update the bender target (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
Konste11ation authored and IveanEx committed Nov 2, 2024
1 parent 7c8e2c8 commit 4be769e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sources:
files:
- target/tapeout/tc_sram/tc_sram_print/tc_sram.sv
- target/tapeout/tc_sram/tc_sram_print/tc_sram_impl.sv
- target: all(tech_cells_generic_exclude_tc_sram, any(prep_syn_test,syn))
- target: all(tech_cells_generic_exclude_tc_sram, any(prep_syn_test,synthesis))
files:
- /users/micas/shares/project_snax/tapeout_modules/hemaia/tc_sram_impl.sv

Expand Down Expand Up @@ -112,7 +112,7 @@ sources:
files:
- target/rtl/test/uartdpi/uartdpi.sv
- target/rtl/test/testharness.sv

# target/sim_chip
- target: simulation_hemaia
files:
Expand All @@ -123,8 +123,11 @@ sources:


# target/*_chip
- target: any(tapeout, hemaia, prep_syn, syn)
- target: hemaia
files:
- target/rtl/bootrom/bootrom.sv
- target/rtl/src/occamy_chip.sv

- target: tsmc_pad
files:
- /users/micas/shares/project_snax/tapeout_modules/hemaia/hemaia_chip_top.sv
3 changes: 2 additions & 1 deletion target/tapeout/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ SYN_BENDER = -t rtl
SYN_BENDER += -t synthesis
SYN_BENDER += -t occamy
SYN_BENDER += -t tech_cells_generic_exclude_tc_sram
SYN_BENDER += -t syn
SYN_BENDER += -t hemaia
SYN_BENDER += -t tsmc_pad
SYN_BENDER += $(shell cat ../rtl/src/bender_targets.tmp)
SYN_ROOT = /users/micas/shares/project_snax/projects/hemaia/HeMAiA

Expand Down

0 comments on commit 4be769e

Please sign in to comment.