Skip to content

Commit ffd0da7

Browse files
committed
Disable insertion delay for gf12/bp_single cts
This works around ~1000 ps clock tree skew introduced by inserting 105 delay buffers in front of the `bp_clk` register tree. Signed-off-by: Martin Povišer <[email protected]>
1 parent 50d679c commit ffd0da7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flow/designs/gf12/bp_single/config.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,7 @@ else
6666
export DESIGN_TYPE = CHIP_NODEN
6767
endif
6868

69+
export CTS_ARGS = -no_insertion_delay
70+
6971
# enable slack margin for setup and hold fix after CTS
7072
export SETUP_SLACK_MARGIN ?= 100

0 commit comments

Comments
 (0)