Skip to content

Commit a1e8692

Browse files
committed
tighten clock + TNS100 + update metrics
Signed-off-by: Harsh Vardhan <[email protected]>
1 parent ce51745 commit a1e8692

File tree

4 files changed

+203
-218
lines changed

4 files changed

+203
-218
lines changed

flow/designs/sky130hd/chameleon/config.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,7 @@ export ADDITIONAL_LEFS = $(chameleon_DIR)/lef/apb_sys_0.lef \
4646

4747
export MACRO_PLACEMENT = $(chameleon_DIR)/chameleon.macro_placment.cfg
4848

49-
export FP_PDN_RAIL_WIDTH = 0.48
49+
export FP_PDN_RAIL_WIDTH = 0.48
5050
export FP_PDN_RAIL_OFFSET = 0
51+
export TNS_END_PERCENT ?= 100
52+

flow/designs/sky130hd/chameleon/constraint.sdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set clk_name core_clock
22
set clk_port_name HCLK
3-
set clk_period 8.2
3+
set clk_period 7.0
44
set clk_io_pct 0.1
55

66
set clk_port [get_ports $clk_port_name]

0 commit comments

Comments
 (0)