1
0
mirror of synced 2026-04-25 03:46:21 +00:00

switch argument order to work with macOS getopt

This commit is contained in:
N. Engelhardt
2020-09-23 12:48:26 +02:00
parent 8fbb517118
commit 370243426e

View File

@@ -55,5 +55,5 @@ done
for y in *.ys; do
echo "Running $y."
../../yosys $y -ql ${y%.*}.log
../../yosys -ql ${y%.*}.log $y
done