|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
在netlist and run之后报了以下错误
netlist assembly..
ncvlog: *E,EXPSMC (digital/netlist.vams,18|9): expecting a semicolon (';') [3.4.3(AMSLRM)].
ncvlog: *E,EXPSMC (digital/netlist.vams,18|15): expecting a semicolon (';') [3.4.3(AMSLRM)].
ncvlog: *E,EXPSMC (digital/netlist.vams,18|19): expecting a semicolon (';') [3.4.3(AMSLRM)].
ncvlog: *E,EXPIDN (digital/netlist.vams,18|22): expecting an identifier [3.4.3(AMSLRM)].
ncvlog: *E,EXPSMC (digital/netlist.vams,18|25): expecting a semicolon (';') [3.4.3(AMSLRM)].
ncvlog: *E,EXPSMC (digital/netlist.vams,18|28): expecting a semicolon (';') [3.4.3(AMSLRM)].
ncvlog: *F,NOTOPL: no top-level unit found, must have recursive instances.
irun: *E,VLGERR: An error occurred during parsing. Review the log file for errors with the code *E and fix those identified problems to proceed. Exiting with code (status 2).
看起来是生成的数字网表有误
小弟只是仿一个反相器
报错的netlist.vams文件如下
`include "disciplines.vams"
`include "userDisciplines.vams"
`timescale 1ns / 1ns
`worklib test
`view schematic
(* cds_ams_schematic *)
(* dfII_lib="test", dfII_cell="analog_digital", dfII_view="schematic", worklib_name="test", view_name="schematic", last_save_time="Apr 13 20:19:43 2022" *)
module analog_digital ();
logic I3 ( .out(out), .in(in));
endmodule
`noworklib
`noview
// END AMS-OSS Netlist
不知道是哪里有问题
|
|