3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-10 17:58:07 +00:00

tests/scripts: Use logger -check-expected

This commit is contained in:
Krystine Sherwin 2025-09-24 17:26:55 +12:00
parent 51dc09ca4a
commit ab6bdb50a9
No known key found for this signature in database
2 changed files with 97 additions and 12 deletions

View file

@ -14,8 +14,8 @@ $yosys file\ name.v -o file\ name.out -b verilog
$yosys -p 'read_verilog "file name.v"'
$yosys -p 'write_verilog "file name.out"'
# this one isn't a normal frontend so doesn't
# $yosys -p 'script "file name.ys"'
# this one works if passes get their arguments unquoted
$yosys -p 'script "file name.ys"'
# these get split by space and treated as two separate filenames
# $yosys -p script\ "file name.ys"