From 4be769eda684850ee9ff9f454e9a8a6350525de4 Mon Sep 17 00:00:00 2001 From: Fanchen Kong <100082872+Konste11ation@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:52:43 +0200 Subject: [PATCH] Update the bender target (#59) --- Bender.yml | 9 ++++++--- target/tapeout/Makefile | 3 ++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Bender.yml b/Bender.yml index 5a7bca02..c3c0a090 100644 --- a/Bender.yml +++ b/Bender.yml @@ -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 @@ -112,7 +112,7 @@ sources: files: - target/rtl/test/uartdpi/uartdpi.sv - target/rtl/test/testharness.sv - + # target/sim_chip - target: simulation_hemaia files: @@ -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 diff --git a/target/tapeout/Makefile b/target/tapeout/Makefile index 73d0abcd..a7b79591 100644 --- a/target/tapeout/Makefile +++ b/target/tapeout/Makefile @@ -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