mirror of https://github.com/YosysHQ/yosys.git
switch argument order to work with macOS getopt
This commit is contained in:
parent
8fbb517118
commit
370243426e
|
@ -55,5 +55,5 @@ done
|
|||
|
||||
for y in *.ys; do
|
||||
echo "Running $y."
|
||||
../../yosys $y -ql ${y%.*}.log
|
||||
../../yosys -ql ${y%.*}.log $y
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue