diff options
author | Sergey <37293587+SergeyDegtyar@users.noreply.github.com> | 2019-09-12 14:54:01 +0300 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2019-10-17 17:10:02 +0200 |
commit | bb70eb977dc29dbfe8cfb9af847046f387bd54b2 (patch) | |
tree | 137c8a7377ae4bfcef7f9fe9051818a743e06ce1 | |
parent | 68f9239c5758e4f48dc290871cf108f85d5f5387 (diff) | |
download | yosys-bb70eb977dc29dbfe8cfb9af847046f387bd54b2.tar.gz yosys-bb70eb977dc29dbfe8cfb9af847046f387bd54b2.tar.bz2 yosys-bb70eb977dc29dbfe8cfb9af847046f387bd54b2.zip |
Fix div_mod test
-rw-r--r-- | tests/xilinx/div_mod.ys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xilinx/div_mod.ys b/tests/xilinx/div_mod.ys index 6a4c1e971..4518db8bf 100644 --- a/tests/xilinx/div_mod.ys +++ b/tests/xilinx/div_mod.ys @@ -12,6 +12,6 @@ select -assert-count 9 t:LUT5 select -assert-count 84 t:LUT6 select -assert-count 65 t:MUXCY select -assert-count 39 t:MUXF7 -select -assert-count 9 t:MUXF8 +select -assert-count 15 t:MUXF8 select -assert-count 28 t:XORCY select -assert-none t:LUT1 t:LUT2 t:LUT4 t:LUT5 t:LUT6 t:MUXCY t:MUXF7 t:MUXF8 t:XORCY %% t:* %D |