3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-05 22:14:08 +00:00

Testing fifo things in CI

Turns out the bigtest golden ref is failing a_count_diff, need to fix that before removing the default statement.

Base example code is fine.  New shell script to run default case and then nofullskip.
Expects returncode=2 after running nofullskip.
This commit is contained in:
KrystalDelusion 2022-08-01 22:06:03 +12:00
parent ed9b291d2b
commit b2d0368e26
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#!/bin/bash
python3 $SBY_MAIN -f fifo.sby && python3 $SBY_MAIN -f fifo.sby nofullskip
if [[ $? -ne 2 ]] ; then
echo "Unexpected result"
exit 1
fi

View file

@ -17,6 +17,7 @@ mode bmc
--
bigtest: depth 120
~bigtest: depth 10
nofullskip: expect fail
[engines]
smtbmc boolector