Skip to content

Commit 4ed5880

Browse files
committed
Remove - PRIVATE_DIR is a reserved variable
remove from config.mk pull in target from private.mk, then remove private.mk Signed-off-by: louiic <[email protected]>
1 parent f6ccc16 commit 4ed5880

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ export PDN_TCL = designs/asap7/mock-array-big/Element/pdn.tcl
2323
# to the ring and stipe
2424
export MAX_ROUTING_LAYER = M5
2525

26-
export PRIVATE_DIR=designs/asap7/mock-array-big
27-
2826
# If this design isn't quickly done in detailed routing, something is wrong.
2927
# At time of adding this option, only 3 iterations were needed for 0
3028
# violations.

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ export IO_CONSTRAINTS = designs/asap7/mock-array-big/io.tcl
2626
export PDN_TCL = designs/asap7/mock-array-big/pdn.tcl
2727
export TNS_END_PERCENT = 100
2828

29-
export PRIVATE_DIR=designs/asap7/mock-array-big
29+
# Target to force generation of Verilog per user settings
30+
# MOCK_ARRAY_WIDTH and MOCK_ARRAY_HEIGHT
31+
verilog:
32+
./designs/asap7/mock-array-big/verilog.sh
3033

3134
# If this design isn't quickly done in detailed routing, something is wrong.
3235
# At time of adding this option, only 3 iterations were needed for 0

flow/designs/asap7/mock-array-big/private.mk

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)