diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-04-22 16:17:43 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2019-04-22 16:17:43 +0200 |
commit | a80e74dc2057b175a99d5cbc2926b712f0323010 (patch) | |
tree | 0743e1312593b3e99a0c50af58670c78eb093ed0 /tests | |
parent | 0f0ada13f46fdc00a6f55f649647c177b4a150ff (diff) | |
download | yosys-a80e74dc2057b175a99d5cbc2926b712f0323010.tar.gz yosys-a80e74dc2057b175a99d5cbc2926b712f0323010.tar.bz2 yosys-a80e74dc2057b175a99d5cbc2926b712f0323010.zip |
Updaye pmux2shiftx test
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/various/pmux2shiftx.ys | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/various/pmux2shiftx.ys b/tests/various/pmux2shiftx.ys index 6bb9626eb..deb134083 100644 --- a/tests/various/pmux2shiftx.ys +++ b/tests/various/pmux2shiftx.ys @@ -9,8 +9,8 @@ opt stat # show -width select -assert-count 1 t:$sub -select -assert-count 2 t:$mux -select -assert-count 2 t:$shift +select -assert-count 1 t:$mux +select -assert-count 1 t:$shift select -assert-count 3 t:$shiftx design -stash gate |