mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-06 06:16:04 +00:00
Merge 3dd3079095 into d0a41d4f58
This commit is contained in:
commit
852b75e483
22 changed files with 16 additions and 29 deletions
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue