3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-13 17:41:17 +00:00
This commit is contained in:
Emil J 2025-11-03 10:04:13 +01:00 committed by GitHub
commit 852b75e483
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 16 additions and 29 deletions

View file

@ -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);