diff options
author | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2024-03-11 19:53:14 +0100 |
---|---|---|
committer | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2024-03-11 19:53:14 +0100 |
commit | e367cceeadc06e7007e1ff9757dfd568184dae02 (patch) | |
tree | efd2577ffdc24c69d81d0f669097772eaeae509c /pnr | |
parent | 3467ff482ed8a58b525c992329df639872e52fdc (diff) |
top_hex: add adder
Diffstat (limited to 'pnr')
-rw-r--r-- | pnr/top_hex/top_hex_pins.tcl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pnr/top_hex/top_hex_pins.tcl b/pnr/top_hex/top_hex_pins.tcl index 5dd0a78..a78c0e2 100644 --- a/pnr/top_hex/top_hex_pins.tcl +++ b/pnr/top_hex/top_hex_pins.tcl @@ -41,3 +41,10 @@ set_location_assignment PIN_C1 -to HEX2[3] set_location_assignment PIN_E3 -to HEX2[4] set_location_assignment PIN_E4 -to HEX2[5] set_location_assignment PIN_D3 -to HEX2[6] +set_location_assignment PIN_F4 -to HEX3[0] +set_location_assignment PIN_D5 -to HEX3[1] +set_location_assignment PIN_D6 -to HEX3[2] +set_location_assignment PIN_J4 -to HEX3[3] +set_location_assignment PIN_L8 -to HEX3[4] +set_location_assignment PIN_F3 -to HEX3[5] +set_location_assignment PIN_D4 -to HEX3[6] |