mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-17 18:32:18 +00:00
Add noverific task to test the non verific code
Mostly for CI to ensure fallback code still functions as intended.a Also reverted the change in the grep command to 1 line after.
This commit is contained in:
parent
ad8730fa44
commit
1d4716a5f9
4 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
python3 $SBY_MAIN -f fifo.sby
|
||||
python3 $SBY_MAIN -f fifo.sby basic cover noverific
|
||||
|
||||
if [[ $? -ne 0 ]] ; then
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue