Skip to content

Commit ba95ce6

Browse files
committed
Get tsmc65lp/be_fe_top working again
Setting HAS_IO_CONSTRAINTS=0 to restore the old results even though the design does have io constraints. The ppl results change, within the constraints, leading to dpl failure. It would be good to revisit this later and remove the need for this setting. Signed-off-by: Matt Liberty <[email protected]>
1 parent 9f8bc66 commit ba95ce6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow/designs/tsmc65lp/bp_fe_top/config.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ 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
2829

2930
export MACRO_PLACE_HALO = 10 10
3031
export MACRO_PLACE_CHANNEL = 20 20

0 commit comments

Comments
 (0)