Skip to content

Commit

Permalink
Add the flag to exclude the tc_clk
Browse files Browse the repository at this point in the history
  • Loading branch information
Konste11ation committed Nov 6, 2024
1 parent b4b5dbd commit ce391d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ 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_clk, synthesis)
files:
- /users/micas/shares/project_snax/tapeout_modules/hemaia/tc_clk.sv

- 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
1 change: 1 addition & 0 deletions target/tapeout/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ SYN_BENDER = -t rtl
SYN_BENDER += -t synthesis
SYN_BENDER += -t occamy
SYN_BENDER += -t tech_cells_generic_exclude_tc_sram
SYN_BENDER += -t tech_cells_generic_exclude_tc_clk
SYN_BENDER += -t hemaia
SYN_BENDER += -t tsmc_pad
SYN_BENDER += $(shell cat ../rtl/src/bender_targets.tmp)
Expand Down

0 comments on commit ce391d0

Please sign in to comment.