3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-06 06:16:04 +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

@ -257,7 +257,6 @@ struct Ice40OptPass : public Pass {
}
design->optimize();
design->sort();
design->check();
log_header(design, "Finished OPT passes. (There is nothing left to do.)\n");

View file

@ -43,7 +43,7 @@ for dbits in $dbits_list; do
{
echo "bram1_$id/ok:"
echo " @cd bram1_$id && bash run.sh"
echo " @echo -n '[$id]'"
echo " @echo '[$id]'"
echo " @touch \$@"
} >> bram1.mk
all_list="$all_list bram1_$id/ok"