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/logic.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/logic.ys')
-rw-r--r-- | tests/arch/xilinx/logic.ys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arch/xilinx/logic.ys b/tests/arch/xilinx/logic.ys index 2372cca61..d5b5c1a37 100644 --- a/tests/arch/xilinx/logic.ys +++ b/tests/arch/xilinx/logic.ys @@ -8,4 +8,4 @@ cd top # Constrain all select calls below inside the top module select -assert-count 1 t:INV select -assert-count 6 t:LUT2 select -assert-count 2 t:LUT4 -select -assert-none t:INV t:LUT2 t:LUT4 t:IBUF t:OBUF %% t:* %D +select -assert-none t:INV t:LUT2 t:LUT4 %% t:* %D |