Skip to content

Commit 35de064

Browse files
committed
sky130hd/microwatt: tighten due to 0 tns
Signed-off-by: Matt Liberty <[email protected]>
1 parent bb19044 commit 35de064

File tree

4 files changed

+351
-261
lines changed

4 files changed

+351
-261
lines changed

flow/designs/sky130hd/microwatt/config.mk

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,10 @@ export MACRO_PLACE_CHANNEL = 200 200
3030

3131
# CTS tuning
3232
export CTS_BUF_DISTANCE = 600
33-
#export CTS_CLUSTER_DIAMETER = 100
34-
#export CTS_CLUSTER_SIZE = 30
3533
export SKIP_GATE_CLONING = 1
3634

3735
export export SETUP_SLACK_MARGIN = 0.2
3836

39-
export GLOBAL_ROUTE_ARGS=-congestion_iterations 100 -verbose
40-
4137
# This is high, some SRAMs should probably be converted
4238
# to real SRAMs and not instantiated as flops
4339
export SYNTH_MEMORY_MAX_BITS ?= 42000

flow/designs/sky130hd/microwatt/constraint.sdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ current_design microwatt
22

33
set clk_name ext_clk
44
set clk_port_name ext_clk
5-
set clk_period 18.0
5+
set clk_period 15.0
66
set clk_io_pct 0.2
77

88
set clk_port [get_ports $clk_port_name]

0 commit comments

Comments
 (0)