diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-07-12 21:00:13 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-07-12 21:00:59 -0700 |
commit | 41243a53b384a9ecfadd7b424c9e22c7c84fb721 (patch) | |
tree | fbe3a4dfd268e5049d3975c2678dc20d86f55c33 | |
parent | e9bdc86c0e0ea41d1ee8a610b7f1304c3eaf43e9 (diff) | |
download | yosys-41243a53b384a9ecfadd7b424c9e22c7c84fb721.tar.gz yosys-41243a53b384a9ecfadd7b424c9e22c7c84fb721.tar.bz2 yosys-41243a53b384a9ecfadd7b424c9e22c7c84fb721.zip |
Update test with more accurate LUT mask
-rw-r--r-- | tests/various/abc9.ys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/various/abc9.ys b/tests/various/abc9.ys index a84b637d9..5c9a4075d 100644 --- a/tests/various/abc9.ys +++ b/tests/various/abc9.ys @@ -19,6 +19,6 @@ hierarchy -top abc9_test028 proc abc9 -lut 4 -select -assert-count 1 t:$lut r:LUT=1 r:WIDTH=1 %i %i +select -assert-count 1 t:$lut r:LUT=2'b01 r:WIDTH=1 %i %i select -assert-count 1 t:unknown select -assert-none t:$lut t:unknown %% t: %D |