From e367cceeadc06e7007e1ff9757dfd568184dae02 Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Mon, 11 Mar 2024 19:53:14 +0100 Subject: top_hex: add adder --- pnr/top_hex/top_hex_pins.tcl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pnr') 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] -- cgit v1.2.3