跑DC综合仿真的时候代码跑的好好的,也没改什么,跑到retiming结束的时候,突然就崩了Internal system error, cannot recover,提醒我是MEM error, memory allocation出了问题。于是在网上寻求各种原因,最终花了一个晚上总结摸索出以下两个对我的情况有用的方法:
1. add the command in your script set_host_options -max_cores 1
2. add -incremental in the compile ultra command, like
compile_ultra -incremental -no_autoungroup > $REPORT_DIR/step_compile.txt
These two solutions ma