diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2019-12-21 13:18:44 +0100 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2019-12-21 13:18:44 +0100 |
commit | 477e43d921d204c6bc6403109fea6506802c948c (patch) | |
tree | 11d01f062ec6c2f4c01d59fe59e82e08131b1b7d /tests/arch/xilinx/shifter.ys | |
parent | 2fcf683af427aa86ff57bcbed8b027e97fd03f96 (diff) | |
download | yosys-477e43d921d204c6bc6403109fea6506802c948c.tar.gz yosys-477e43d921d204c6bc6403109fea6506802c948c.tar.bz2 yosys-477e43d921d204c6bc6403109fea6506802c948c.zip |
Fix xilinx tests, when iopads are default
Diffstat (limited to 'tests/arch/xilinx/shifter.ys')
-rw-r--r-- | tests/arch/xilinx/shifter.ys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arch/xilinx/shifter.ys b/tests/arch/xilinx/shifter.ys index 455437f18..4d63ba9c2 100644 --- a/tests/arch/xilinx/shifter.ys +++ b/tests/arch/xilinx/shifter.ys @@ -8,4 +8,4 @@ cd top # Constrain all select calls below inside the top module select -assert-count 1 t:BUFG select -assert-count 8 t:FDRE -select -assert-none t:BUFG t:FDRE %% t:* %D +select -assert-none t:BUFG t:FDRE t:IBUF t:OBUF %% t:* %D |