|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
请高手帮我看一下吧
我是用SMASH软件仿的一个电路,电路的代码还有网表都是用Verilog-AMS编写的,编译以后基本语法是没有问题的,但是它的报错很奇怪,我看不懂啊。它报的不是我代码的错误,而是系统编译后自动生成的smash文件里的一个work的问题,请用过这个软件的高手帮忙看下,不胜感激。
报的错如下:(里面的model是我网表的名字,hall_voltage是一段计算电压的程序的文档名)
Analysing design file E:\Program Files\Dolphin\Smash570\examples\Verilog-Ams\zff\model-smash\model.v
Library work building hall_voltage (1/6)...
work_hall_voltage.000.cpp: In member function `short int work::cM0::mElaborateDispatchers0()':
work_hall_voltage.000.cpp:209: error: `smThunkMethods' was not declared in this scope
work_hall_voltage.000.cpp:209: error: `mPr21' is not a member of `work::cM0'
work_hall_voltage.000.cpp:212: error: `mPr25' is not a member of `work::cM0'
ERROR: compilation of library work module hall_voltage failed (please report this error to support@dolphin-integration.com) |
|