Skip to content

Commit 3654e0e

Browse files
committed
mock-array: cleanup
Use TNS_END_PERCENT default, 5. 100 was copied from some other project and caused confusion with CTS overflowing with hold cells, which is a tougher error to track down than a hold violation in the OpenROAD GUI Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 3c5adbe commit 3654e0e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flow/designs/asap7/mock-array/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ export IO_CONSTRAINTS = designs/asap7/mock-array/io.tcl
3434

3535
export PDN_TCL = designs/asap7/mock-array/pdn.tcl
3636

37-
export TNS_END_PERCENT = 100
38-
3937
# Target to force generation of Verilog per user settings MOCK_ARRAY_TABLE (rows, cols)
4038
verilog:
4139
export MOCK_ARRAY_ROWS=$(word 1, $(MOCK_ARRAY_TABLE)) ; \

0 commit comments

Comments
 (0)