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