From 74e64f3a9590445c23b2d60545524fcd547901fd Mon Sep 17 00:00:00 2001 From: Daniel Newbrook <dwn1c21@soton.ac.uk> Date: Fri, 2 Feb 2024 09:46:14 +0000 Subject: [PATCH] Add uniquify cells names to gds output --- ASIC/44pin/Cadence/scripts/pnr_flow.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ASIC/44pin/Cadence/scripts/pnr_flow.tcl b/ASIC/44pin/Cadence/scripts/pnr_flow.tcl index 5cdf387..e6118ad 100644 --- a/ASIC/44pin/Cadence/scripts/pnr_flow.tcl +++ b/ASIC/44pin/Cadence/scripts/pnr_flow.tcl @@ -99,7 +99,7 @@ write_stream $::env(SOCLABS_PROJECT_DIR)/imp/ASIC/nanosoc/nanosoc.gds \ -map_file /home/dwn1c21/SoC-Labs/util/PRTF_EDI_65nm_001_Cad_V24a/PR_tech/Cadence/GdsOutMap/PRTF_EDI_N65_gdsout_6X1Z1U.24a.map \ -lib_name DesignLib \ -merge [list ${SC_GDS2} ${RF_16K_GDS2} ${RF_08K_GDS2} ${ROM_VIA_GDS2}]\ - -output_macros -unit 1000 -mode all + -output_macros -unit 1000 -mode all -uniquify_cell_names write_netlist $::env(SOCLABS_PROJECT_DIR)/imp/ASIC/nanosoc/netlist_PnR/nanosoc_chip_pads_44pin.v -- GitLab