Encounter RTL synthesis 出错求助
时间:10-02
整理:3721RD
点击:
我是新人,想学习数字后端,用的是encounter 12版本,网上找的一个例子做:
RTL import 没有问题,
接下来做RTL synthesis时报错,encounter退出,哪位大神帮小弟看看是什么问题,望大大不灵赐教,在此谢过
**ERROR: (ENCSYT-40503):Support for the loadConfig command and the configuration file based design import
methodology for designs which are not configured as multi-mode/multi-corner (MMMC) has
been discontinued in this release.
RTL import 没有问题,
接下来做RTL synthesis时报错,encounter退出,哪位大神帮小弟看看是什么问题,望大大不灵赐教,在此谢过
**ERROR: (ENCSYT-40503):Support for the loadConfig command and the configuration file based design import
methodology for designs which are not configured as multi-mode/multi-corner (MMMC) has
been discontinued in this release.
哪位告知一下是什么问题啊!拜谢了
大致的意思就是在这个版本不支持非MMMC的设计了。你的配置文件需要重新修改一下,写成MMMC格式的。具体看看user guide吧。
非常感谢!