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:
parent
51dc09ca4a
commit
ab6bdb50a9
2 changed files with 97 additions and 12 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue