Skip to content

Commit cb2cdd2

Browse files
authored
Merge pull request #3364 from The-OpenROAD-Project-staging/tighten-rapidus-clk-period
updated clock periods for rapidus2hp designs to get negative slack
2 parents 161ad7e + 059eec8 commit cb2cdd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flow/designs/rapidus2hp/ethmac/constraint.sdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set_output_delay [expr { $tx_clk_period * $clk_io_pct }] -clock $tx_clk_name \
2222

2323
set rx_clk_name mrx_clk_pad_i
2424
set rx_clk_port [get_ports $rx_clk_name]
25-
set rx_clk_period 300
25+
set rx_clk_period 200
2626
create_clock -name $rx_clk_name -period $rx_clk_period $rx_clk_port
2727
set mrx_non_clock_inputs [lsearch -inline -all -not -exact [all_inputs] \
2828
$rx_clk_port]

flow/designs/rapidus2hp/gcd/constraint.sdc

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

33
set clk_name core_clock
44
set clk_port_name clk
5-
set clk_period 185
5+
set clk_period 150
66
set clk_io_pct 0.2
77

88
set clk_port [get_ports $clk_port_name]

0 commit comments

Comments
 (0)