Zhaodong Lv
08/31/2022, 3:52 PMRunning Synthesis 's step Executing FLATTEN pass (flatten design). , it delete all my modules with the messages deleting now unused module XXX, and the next step Executing CHECK pass (checking for obvious problems). ,it bring countless message such as $logic_not,$procmux$1018 ($mux),$eq,etc.. which make the size of “syn.log” exceed 2G, and eventually cause the Tcl_SetObjLength overflow like this https://open-source-silicon.slack.com/archives/C016H8WJMBR/p1661862723079829 .I dont know where the possible error come from,? why it told me all my modules are deleted and unused? Actually, i have tried harden all the modules before harden the top file, it still doesn't work and the same log as above.apothem
01/27/2023, 2:20 PM