diff options
author | Alessandro Comodi <acomodi@antmicro.com> | 2021-04-07 12:07:10 +0200 |
---|---|---|
committer | Alessandro Comodi <acomodi@antmicro.com> | 2021-04-14 14:36:07 +0200 |
commit | dfc9c3df8c016c26d8abe985d313b1bf81b4cc82 (patch) | |
tree | 9980d457fe97f3db67ba8dc16287bf9c607b0eb8 /fpga_interchange/examples/tests/const_wire/basys3.xdc | |
parent | 2912860c9788033a7501726e77bb4962b394280d (diff) | |
download | nextpnr-dfc9c3df8c016c26d8abe985d313b1bf81b4cc82.tar.gz nextpnr-dfc9c3df8c016c26d8abe985d313b1bf81b4cc82.tar.bz2 nextpnr-dfc9c3df8c016c26d8abe985d313b1bf81b4cc82.zip |
interchange: add FASM generation target and clean-up tests
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
Diffstat (limited to 'fpga_interchange/examples/tests/const_wire/basys3.xdc')
-rw-r--r-- | fpga_interchange/examples/tests/const_wire/basys3.xdc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fpga_interchange/examples/tests/const_wire/basys3.xdc b/fpga_interchange/examples/tests/const_wire/basys3.xdc new file mode 100644 index 00000000..f8435580 --- /dev/null +++ b/fpga_interchange/examples/tests/const_wire/basys3.xdc @@ -0,0 +1,9 @@ +set_property PACKAGE_PIN U16 [get_ports o] +set_property PACKAGE_PIN E19 [get_ports o2] +set_property PACKAGE_PIN U19 [get_ports o3] +set_property PACKAGE_PIN V19 [get_ports o4] + +set_property IOSTANDARD LVCMOS33 [get_ports o] +set_property IOSTANDARD LVCMOS33 [get_ports o2] +set_property IOSTANDARD LVCMOS33 [get_ports o3] +set_property IOSTANDARD LVCMOS33 [get_ports o4] |