mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-19 04:10:51 +00:00
tests: avoid interleaving lines in test output
This commit is contained in:
parent
8371adf6b5
commit
3dd3079095
13 changed files with 14 additions and 19 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
echo -n " TOP first - "
|
||||
echo " TOP first - "
|
||||
../../yosys -s - <<- EOY | grep "Automatically selected TOP as design top module"
|
||||
read_verilog << EOV
|
||||
module TOP(a, y);
|
||||
|
|
@ -22,7 +22,7 @@ echo -n " TOP first - "
|
|||
hierarchy -auto-top
|
||||
EOY
|
||||
|
||||
echo -n " TOP last - "
|
||||
echo " TOP last - "
|
||||
../../yosys -s - <<- EOY | grep "Automatically selected TOP as design top module"
|
||||
read_verilog << EOV
|
||||
module aoi12(a, y);
|
||||
|
|
@ -41,7 +41,7 @@ echo -n " TOP last - "
|
|||
hierarchy -auto-top
|
||||
EOY
|
||||
|
||||
echo -n " no explicit top - "
|
||||
echo " no explicit top - "
|
||||
../../yosys -s - <<- EOY | grep "Automatically selected noTop as design top module."
|
||||
read_verilog << EOV
|
||||
module aoi12(a, y);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue