diff options
author | Keith Rothman <537074+litghost@users.noreply.github.com> | 2021-03-19 17:18:01 -0700 |
---|---|---|
committer | Keith Rothman <537074+litghost@users.noreply.github.com> | 2021-03-22 09:25:45 -0700 |
commit | 4cd74bba2c010e4d714ec72fe11128069ea0495a (patch) | |
tree | 1b029844f3c6dd57156a05548031a0b453c64845 /fpga_interchange | |
parent | 53ed6979a964f3eaaabc0d97399eec9b4c3347f9 (diff) | |
download | nextpnr-4cd74bba2c010e4d714ec72fe11128069ea0495a.tar.gz nextpnr-4cd74bba2c010e4d714ec72fe11128069ea0495a.tar.bz2 nextpnr-4cd74bba2c010e4d714ec72fe11128069ea0495a.zip |
Add getBelPinType to Python interface.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Diffstat (limited to 'fpga_interchange')
-rw-r--r-- | fpga_interchange/examples/devices/xc7a35t/test_data.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fpga_interchange/examples/devices/xc7a35t/test_data.yaml b/fpga_interchange/examples/devices/xc7a35t/test_data.yaml index 268d180a..88c6feda 100644 --- a/fpga_interchange/examples/devices/xc7a35t/test_data.yaml +++ b/fpga_interchange/examples/devices/xc7a35t/test_data.yaml @@ -34,3 +34,7 @@ bel_pin_test: - bel: $CONSTANTS_X0Y0.$CONSTANTS/VCC pin: P wire: $CONSTANTS_X0Y0.$CONSTANTS/$VCC_SOURCE + - bel: SLICE_X1Y19.SLICEL/SRUSEDGND + pin: "0" + wire: SLICE_X1Y19.SLICEL/SRUSEDGND_HARD0 + type: PORT_OUT |