switch argument order to work with macOS getopt
This commit is contained in:
@@ -55,5 +55,5 @@ done
|
||||
|
||||
for y in *.ys; do
|
||||
echo "Running $y."
|
||||
../../yosys $y -ql ${y%.*}.log
|
||||
../../yosys -ql ${y%.*}.log $y
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user