diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2019-12-28 16:12:45 +0100 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2019-12-28 16:12:45 +0100 |
commit | 509da7ed1a1e27066451f57868108b473cf516a0 (patch) | |
tree | e8e000ec13040103d0c41e63ccceb66390330bfa /tests/arch/xilinx/shifter.ys | |
parent | 436fea9e6990c66369d7c30b571920ae115efb44 (diff) | |
download | yosys-509da7ed1a1e27066451f57868108b473cf516a0.tar.gz yosys-509da7ed1a1e27066451f57868108b473cf516a0.tar.bz2 yosys-509da7ed1a1e27066451f57868108b473cf516a0.zip |
Revert "Fix xilinx tests, when iopads are default"
This reverts commit 477e43d921d204c6bc6403109fea6506802c948c.
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 4d63ba9c2..455437f18 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:IBUF t:OBUF %% t:* %D +select -assert-none t:BUFG t:FDRE %% t:* %D |