Skip to content

Commit a7010a9

Browse files
authored
Merge pull request #2358 from The-OpenROAD-Project-staging/tighten-sky130hd-riscv32i
sky130hd/riscv32i: tighten due to 0 tns
2 parents b79dcf0 + f47e5aa commit a7010a9

File tree

4 files changed

+230
-211
lines changed

4 files changed

+230
-211
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)