aboutsummaryrefslogtreecommitdiff
path: root/fpga/src/icebreaker.pcf
diff options
context:
space:
mode:
authorNathan Ringo <nathan@remexre.com>2024-10-02 15:28:46 -0500
committerNathan Ringo <nathan@remexre.com>2024-10-02 16:29:42 -0500
commita50049ae050c625e66b5f9280929cbf2f98cdec4 (patch)
tree14e747121161327a8b91ca587c20c70c2a061966 /fpga/src/icebreaker.pcf
parent0b243018d200e22dd088e79d61b06aaf64bbe4c2 (diff)
Adds tristates for HyperBus.
This might need to be remodularized; Bluesim doesn't support Inouts, so this fails to build there for now. It probably makes sense to split out the board to its own package, then go back to having Top and TopSim packages, where only Top wires it up to Tristates.
Diffstat (limited to 'fpga/src/icebreaker.pcf')
-rw-r--r--fpga/src/icebreaker.pcf18
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