diff options
author | Sergey <37293587+SergeyDegtyar@users.noreply.github.com> | 2019-09-12 13:58:49 +0300 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2019-10-17 17:10:02 +0200 |
commit | 68f9239c5758e4f48dc290871cf108f85d5f5387 (patch) | |
tree | 480a1a37700896594bb5988413be43064d8a6219 | |
parent | df6d0b95da89a4a7bd558dab0c112f5c7a989561 (diff) | |
download | yosys-68f9239c5758e4f48dc290871cf108f85d5f5387.tar.gz yosys-68f9239c5758e4f48dc290871cf108f85d5f5387.tar.bz2 yosys-68f9239c5758e4f48dc290871cf108f85d5f5387.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 c5855f1dd..6a4c1e971 100644 --- a/tests/xilinx/div_mod.ys +++ b/tests/xilinx/div_mod.ys @@ -11,7 +11,7 @@ select -assert-count 12 t:LUT4 select -assert-count 9 t:LUT5 select -assert-count 84 t:LUT6 select -assert-count 65 t:MUXCY -select -assert-count 36 t:MUXF7 +select -assert-count 39 t:MUXF7 select -assert-count 9 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 |