Skip to content

Commit 285ec38

Browse files
committed
Modify - add constraint for clock and reset pin (to the left)
Co-authored-by: My Nguyen <[email protected]> Signed-off-by: louiic <[email protected]>
1 parent c1e93dd commit 285ec38

File tree

1 file changed

+4
-0
lines changed
  • flow/designs/asap7/megaboom

1 file changed

+4
-0
lines changed

flow/designs/asap7/megaboom/io.tcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ set pinGroups(top) [list \
6464
set pinGroups(left) [ list \
6565
"pitch [expr $m4pitch * 2]" \
6666
"start 200" \
67+
"reset" \
68+
"break 10" \
69+
"clock" \
70+
"break 10" \
6771
"io_l2_axi4_0_ar" \
6872
"break 10" \
6973
"io_l2_axi4_0_aw" \

0 commit comments

Comments
 (0)