Skip to content

Commit 32ca7cb

Browse files
committed
sky130hd/riscv32i: tighten due to 0 tns
| Metric | Old | New | Type | | ------ | --- | --- | ---- | | detailedroute__antenna__violating__nets | 8 | 6 | Tighten | | finish__timing__setup__ws | 0.0 | -1.35 | Failing | | finish__timing__wns_percent_delay | -10.0 | -31.61 | Failing | Signed-off-by: Matt Liberty <[email protected]>
1 parent a3f740e commit 32ca7cb

File tree

4 files changed

+243
-205
lines changed

4 files changed

+243
-205
lines changed

flow/designs/sky130hd/riscv32i/config.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ export SDC_FILE = ./designs/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.sdc
77

88
export CORE_UTILIZATION = 45
99
export PLACE_DENSITY_LB_ADDON = 0.2
10-
export TNS_END_PERCENT = 100
1110

1211
export REMOVE_ABC_BUFFERS = 1

flow/designs/sky130hd/riscv32i/constraint.sdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set clk_name clk
22
set clk_port_name clk
3-
set clk_period 10.0
3+
set clk_period 6.0
44
set clk_io_pct 0.2
55

66
set clk_port [get_ports $clk_port_name]

0 commit comments

Comments
 (0)