aboutsummaryrefslogtreecommitdiffstats
path: root/examples/igloo2/example.pdc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-03-05 17:27:58 -0800
committerClifford Wolf <clifford@clifford.at>2019-03-05 17:27:58 -0800
commit24d1b92eda20269da7ee7ae713f3ab92b8865349 (patch)
treee6c1595d922f1f2018f7d40b8002641e5b4298ff /examples/igloo2/example.pdc
parentbfcd46dbd30f75aabfbfd8439819c4f7fe17adc8 (diff)
downloadyosys-24d1b92eda20269da7ee7ae713f3ab92b8865349.tar.gz
yosys-24d1b92eda20269da7ee7ae713f3ab92b8865349.tar.bz2
yosys-24d1b92eda20269da7ee7ae713f3ab92b8865349.zip
Improve igloo2 exmaple
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'examples/igloo2/example.pdc')
-rw-r--r--examples/igloo2/example.pdc7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/igloo2/example.pdc b/examples/igloo2/example.pdc
index e6ffd53db..0cf34adb3 100644
--- a/examples/igloo2/example.pdc
+++ b/examples/igloo2/example.pdc
@@ -1 +1,8 @@
# Add placement constraints here
+set_io clk -pinname H16 -fixed yes -DIRECTION INPUT
+set_io SW1 -pinname H12 -fixed yes -DIRECTION INPUT
+set_io SW2 -pinname H13 -fixed yes -DIRECTION INPUT
+set_io LED1 -pinname J16 -fixed yes -DIRECTION OUTPUT
+set_io LED2 -pinname M16 -fixed yes -DIRECTION OUTPUT
+set_io LED3 -pinname K16 -fixed yes -DIRECTION OUTPUT
+set_io LED4 -pinname N16 -fixed yes -DIRECTION OUTPUT