mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Major improvements in mem2reg and added "init" sync rules
This commit is contained in:
parent
84ced2bb8e
commit
09471846c5
10 changed files with 379 additions and 93 deletions
|
@ -225,6 +225,7 @@ void ILANG_BACKEND::dump_proc_sync(FILE *f, std::string indent, const RTLIL::Syn
|
|||
fprintf(f, "\n");
|
||||
break;
|
||||
case RTLIL::STa: fprintf(f, "always\n"); break;
|
||||
case RTLIL::STi: fprintf(f, "init\n"); break;
|
||||
}
|
||||
|
||||
for (auto it = sy->actions.begin(); it != sy->actions.end(); it++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue