Skip to content

Commit c9c2e99

Browse files
committed
mock-array: set_dont_touch no longer needed
I don't know why the hold cells were needed in the first place, but with this sequence of changs, set_dont_touch is no longer needed. Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 83e7d99 commit c9c2e99

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flow/designs/asap7/mock-array/constraints.sdc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ set non_clock_inputs [lsearch -inline -all -not -exact [all_inputs] $clk_port]
1313

1414
set_input_delay [expr $clk_period * $clk_io_pct] -clock $clk_name $non_clock_inputs
1515
set_output_delay [expr $clk_period * $clk_io_pct] -clock $clk_name [all_outputs]
16-
17-
set_dont_touch [get_nets ces_*_*]

0 commit comments

Comments
 (0)