verbosity

This commit is contained in:
Brendan Haines 2025-08-28 20:26:54 -06:00
parent 1533ddb4f5
commit b231133858

View file

@ -59,5 +59,6 @@ jobs:
args: |
-c "\
# iverilog -g2012 -o test.out tb.sv ../../src/*.v -Y .sv -I ../../lib && \
./test.out | tee test.log
./test.out | tee test.log &&\
echo "done"
"