Skip to content

Commit

Permalink
Merge pull request #2417 from Pinata-Consulting/config-purge
Browse files Browse the repository at this point in the history
config: purge unused HAS_IO_CONSTRAINTS
  • Loading branch information
maliberty authored Oct 3, 2024
2 parents b286549 + f957a30 commit 789bc39
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion flow/designs/asap7/aes-block/block.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ export CORE_MARGIN = 2
export PLACE_DENSITY = 0.70

export PLACE_PINS_ARGS = -annealing
export HAS_IO_CONSTRAINTS = 0
1 change: 0 additions & 1 deletion flow/designs/asap7/aes-block/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export SYNTH_HIERARCHICAL = 1
export RTLMP_FLOW = 1

export PLACE_PINS_ARGS = -annealing
export HAS_IO_CONSTRAINTS = 0

# Generous routing at top level
export MIN_ROUTING_LAYER = M2
Expand Down
1 change: 0 additions & 1 deletion flow/designs/src/mock-alu/defaults.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ verilog:
./designs/src/mock-alu/verilog.sh

export PLACE_PINS_ARGS=-annealing
export HAS_IO_CONSTRAINTS=0
1 change: 0 additions & 1 deletion flow/designs/tsmc65lp/bp_fe_top/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export ADDITIONAL_GDS = $(PLATFORM_DIR)/gds/tsmc65lp_1rf_lg6_w8_bit.gds2 \
export DIE_AREA = 0 0 880 780
export CORE_AREA = 10 12 870 770
export PLACE_PINS_ARGS = -exclude left:* -exclude right:0-400 -exclude bottom:*
export HAS_IO_CONSTRAINTS = 0

export MACRO_PLACE_HALO = 10 10
export MACRO_PLACE_CHANNEL = 20 20
Expand Down

0 comments on commit 789bc39

Please sign in to comment.