mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-20 02:00:23 +00:00
shiftx2mux: fix select out of bounds
This commit is contained in:
parent
505557e93e
commit
4c1d3a126d
3 changed files with 14 additions and 2 deletions
|
@ -6,7 +6,7 @@ for x in *.ys; do
|
|||
echo "all:: run-$x"
|
||||
echo "run-$x:"
|
||||
echo " @echo 'Running $x..'"
|
||||
echo " @../../yosys -ql ${x%.ys}.log $x"
|
||||
echo " @../../yosys -ql ${x%.ys}.log -e 'select out of bounds' $x"
|
||||
done
|
||||
for s in *.sh; do
|
||||
if [ "$s" != "run-test.sh" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue