mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-07 09:30:55 +00:00
Converted some more
This commit is contained in:
parent
2bc46e77c8
commit
68e01a03d7
7 changed files with 27 additions and 24 deletions
|
|
@ -1,7 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
source ../common-env.sh
|
||||
set -e
|
||||
for x in *.ys; do
|
||||
echo "Running $x.."
|
||||
../../yosys -ql ${x%.ys}.log $x >/dev/null 2>&1
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue