diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-03-05 20:35:48 -0800 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2019-03-05 20:36:00 -0800 |
commit | e22afeae907e6340aac7797f60c309916fd72097 (patch) | |
tree | 3e4357258bed15ffc518228603c9e4f3a3184819 /examples/igloo2/example.pdc | |
parent | da5181a3df6ceed96f1762e4cdaec5cbe3ea23db (diff) | |
download | yosys-e22afeae907e6340aac7797f60c309916fd72097.tar.gz yosys-e22afeae907e6340aac7797f60c309916fd72097.tar.bz2 yosys-e22afeae907e6340aac7797f60c309916fd72097.zip |
Improve igloo2 example
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'examples/igloo2/example.pdc')
-rw-r--r-- | examples/igloo2/example.pdc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/igloo2/example.pdc b/examples/igloo2/example.pdc index 0cf34adb3..298d9e934 100644 --- a/examples/igloo2/example.pdc +++ b/examples/igloo2/example.pdc @@ -1,8 +1,20 @@ # 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 + +set_io AA -pinname L12 -fixed yes -DIRECTION OUTPUT +set_io AB -pinname L13 -fixed yes -DIRECTION OUTPUT +set_io AC -pinname M13 -fixed yes -DIRECTION OUTPUT +set_io AD -pinname N15 -fixed yes -DIRECTION OUTPUT +set_io AE -pinname L11 -fixed yes -DIRECTION OUTPUT +set_io AF -pinname L14 -fixed yes -DIRECTION OUTPUT +set_io AG -pinname N14 -fixed yes -DIRECTION OUTPUT +set_io CA -pinname M15 -fixed yes -DIRECTION OUTPUT |