diff options
Diffstat (limited to 'fpga/src/icebreaker.pcf')
-rw-r--r-- | fpga/src/icebreaker.pcf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/fpga/src/icebreaker.pcf b/fpga/src/icebreaker.pcf index 1164c98..ccfcebf 100644 --- a/fpga/src/icebreaker.pcf +++ b/fpga/src/icebreaker.pcf @@ -43,12 +43,12 @@ set_io -nowarn P1B8 36 set_io -nowarn P1B9 32 set_io -nowarn P1B10 28 -# LEDs and Buttons (PMOD 2) -set_io -nowarn LED1 26 -set_io -nowarn LED2 27 -set_io -nowarn LED3 25 -set_io -nowarn LED4 23 -set_io -nowarn LED5 21 -set_io -nowarn BTN1 20 -set_io -nowarn BTN2 19 -set_io -nowarn BTN3 18 +# PMOD 2 +set_io -nowarn P2_1 27 +set_io -nowarn P2_2 25 +set_io -nowarn P2_3 21 +set_io -nowarn P2_4 19 +set_io -nowarn P2_7 26 +set_io -nowarn P2_8 23 +set_io -nowarn P2_9 20 +set_io -nowarn P2_10 18 |