aboutsummaryrefslogtreecommitdiffstats
path: root/examples/mimas2/example.ucf
diff options
context:
space:
mode:
authorMarcin Koƛcielnicki <marcin@symbioticeda.com>2019-07-24 18:41:39 +0200
committerMarcin Koƛcielnicki <marcin@symbioticeda.com>2019-07-24 18:59:03 +0200
commit173c97589471b5f4312acac4e396a250ee7158c1 (patch)
tree0303e68642bb955029a71788beb1efabc7437c7e /examples/mimas2/example.ucf
parenta66f17b6a78af8f6989235f0c72d5548b0560a58 (diff)
downloadyosys-173c97589471b5f4312acac4e396a250ee7158c1.tar.gz
yosys-173c97589471b5f4312acac4e396a250ee7158c1.tar.bz2
yosys-173c97589471b5f4312acac4e396a250ee7158c1.zip
Add a simple example for Spartan 6
Diffstat (limited to 'examples/mimas2/example.ucf')
-rw-r--r--examples/mimas2/example.ucf13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/mimas2/example.ucf b/examples/mimas2/example.ucf
new file mode 100644
index 000000000..4e31b74ab
--- /dev/null
+++ b/examples/mimas2/example.ucf
@@ -0,0 +1,13 @@
+CONFIG VCCAUX = "3.3" ;
+
+
+NET "CLK" LOC = D9 | IOSTANDARD = LVCMOS33 | PERIOD = 12MHz ;
+
+NET "LED[7]" LOC = P15 | IOSTANDARD = LVCMOS33 | DRIVE = 8 | SLEW = SLOW ;
+NET "LED[6]" LOC = P16 | IOSTANDARD = LVCMOS33 | DRIVE = 8 | SLEW = SLOW ;
+NET "LED[5]" LOC = N15 | IOSTANDARD = LVCMOS33 | DRIVE = 8 | SLEW = SLOW ;
+NET "LED[4]" LOC = N16 | IOSTANDARD = LVCMOS33 | DRIVE = 8 | SLEW = SLOW ;
+NET "LED[3]" LOC = U17 | IOSTANDARD = LVCMOS33 | DRIVE = 8 | SLEW = SLOW ;
+NET "LED[2]" LOC = U18 | IOSTANDARD = LVCMOS33 | DRIVE = 8 | SLEW = SLOW ;
+NET "LED[1]" LOC = T17 | IOSTANDARD = LVCMOS33 | DRIVE = 8 | SLEW = SLOW ;
+NET "LED[0]" LOC = T18 | IOSTANDARD = LVCMOS33 | DRIVE = 8 | SLEW = SLOW ;