Skip to content

Commit f957a30

Browse files
committed
config: purge unused HAS_IO_CONSTRAINTS
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 32154ff commit f957a30

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

flow/designs/asap7/aes-block/block.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ export CORE_MARGIN = 2
1111
export PLACE_DENSITY = 0.70
1212

1313
export PLACE_PINS_ARGS = -annealing
14-
export HAS_IO_CONSTRAINTS = 0

flow/designs/asap7/aes-block/config.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export SYNTH_HIERARCHICAL = 1
1818
export RTLMP_FLOW = 1
1919

2020
export PLACE_PINS_ARGS = -annealing
21-
export HAS_IO_CONSTRAINTS = 0
2221

2322
# Generous routing at top level
2423
export MIN_ROUTING_LAYER = M2

flow/designs/src/mock-alu/defaults.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ verilog:
1616
./designs/src/mock-alu/verilog.sh
1717

1818
export PLACE_PINS_ARGS=-annealing
19-
export HAS_IO_CONSTRAINTS=0

flow/designs/tsmc65lp/bp_fe_top/config.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export ADDITIONAL_GDS = $(PLATFORM_DIR)/gds/tsmc65lp_1rf_lg6_w8_bit.gds2 \
2525
export DIE_AREA = 0 0 880 780
2626
export CORE_AREA = 10 12 870 770
2727
export PLACE_PINS_ARGS = -exclude left:* -exclude right:0-400 -exclude bottom:*
28-
export HAS_IO_CONSTRAINTS = 0
2928

3029
export MACRO_PLACE_HALO = 10 10
3130
export MACRO_PLACE_CHANNEL = 20 20

0 commit comments

Comments
 (0)