aboutsummaryrefslogtreecommitdiffstats
path: root/examples/icebreaker/icebreaker.pcf
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-02-06 14:57:28 +0100
committerClifford Wolf <clifford@clifford.at>2018-02-06 15:02:16 +0100
commitd3a753f7d747b007f464a831d6b2b21e87991e46 (patch)
tree3f20fd5c95294e4dd76ed628e602e5ba0316fbdf /examples/icebreaker/icebreaker.pcf
parent722790ad3cdb497e1b13cd1b4368d8380371eb37 (diff)
downloadicestorm-d3a753f7d747b007f464a831d6b2b21e87991e46.tar.gz
icestorm-d3a753f7d747b007f464a831d6b2b21e87991e46.tar.bz2
icestorm-d3a753f7d747b007f464a831d6b2b21e87991e46.zip
Add icebreaker example project
Diffstat (limited to 'examples/icebreaker/icebreaker.pcf')
-rw-r--r--examples/icebreaker/icebreaker.pcf64
1 files changed, 64 insertions, 0 deletions
diff --git a/examples/icebreaker/icebreaker.pcf b/examples/icebreaker/icebreaker.pcf
new file mode 100644
index 0000000..8780f6d
--- /dev/null
+++ b/examples/icebreaker/icebreaker.pcf
@@ -0,0 +1,64 @@
+# 12 MHz clock
+set_io -nowarn CLK 35
+
+# RS232
+set_io -nowarn RX 6
+set_io -nowarn TX 9
+
+# LEDs and Button
+set_io -nowarn BTN_N 10
+set_io -nowarn LEDR_N 11
+set_io -nowarn LEDG_N 37
+
+# RGB LED Driver
+set_io -nowarn LED_RED_N 39
+set_io -nowarn LED_GRN_N 40
+set_io -nowarn LED_BLU_N 41
+
+# SPI Flash
+set_io -nowarn FLASH_SCK 15
+set_io -nowarn FLASH_SSB 16
+set_io -nowarn FLASH_IO0 14
+set_io -nowarn FLASH_IO1 17
+set_io -nowarn FLASH_IO2 12
+set_io -nowarn FLASH_IO3 13
+
+# PMOD 1A
+set_io -nowarn P1A1 4
+set_io -nowarn P1A2 2
+set_io -nowarn P1A3 47
+set_io -nowarn P1A4 45
+set_io -nowarn P1A7 3
+set_io -nowarn P1A8 48
+set_io -nowarn P1A9 46
+set_io -nowarn P1A10 44
+
+# PMOD 1B
+set_io -nowarn P1B1 43
+set_io -nowarn P1B2 38
+set_io -nowarn P1B3 34
+set_io -nowarn P1B4 31
+set_io -nowarn P1B7 42
+set_io -nowarn P1B8 36
+set_io -nowarn P1B9 32
+set_io -nowarn P1B10 28
+
+# 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
+
+# LEDs and Buttons (PMOD 2)
+set_io -nowarn LED1 27
+set_io -nowarn LED2 25
+set_io -nowarn LED3 21
+set_io -nowarn BTN2 19
+set_io -nowarn LED5 26
+set_io -nowarn LED4 23
+set_io -nowarn BTN1 20
+set_io -nowarn BTN3 18