请问本人刚接触i2c vip在指定好编译路径include之后,然后加了下面4个编译选项,结果编译的时候还是出现问题,是编译选项的问题吗?class svt_i2c_system_env extends svt_env; |
xmvlog: *E,SVNOTY (../src/sverilog/vcs/svt_i2c_system_env.sv,19|39): Syntactically this identifier appears to begin a datatype but it does not refer to a visible datatype in the current scope.
svt_i2c_vif vif; |
xmvlog: *E,NOIPRT (../src/sverilog/vcs/svt_i2c_system_env.sv,25|12): Unrecognized declaration 'svt_i2c_vif' could be an unsupported keyword, a spelling mistake or missing instance port list '()' [SystemVerilog].
svt_i2c_master_agent master[$]; |
xmvlog: *E,SVNOTY (../src/sverilog/vcs/svt_i2c_system_env.sv,28|21): Syntactically this identifier appears to begin a datatype but it does not refer to a visible datatype in the current scope.
svt_i2c_master_agent master[$]; |
xmvlog: *E,SVPKSN (../src/sverilog/vcs/svt_i2c_system_env.sv,28|31): The single-bound form of a range is only allowed for array (i.e., unpacked) dimensions.
svt_i2c_master_agent master[$]; |
xmvlog: *E,EXPIDN (../src/sverilog/vcs/svt_i2c_system_env.sv,28|32): expecting an identifier [3.2][3.8][3.9(IEEE)].
svt_i2c_slave_agent slave[$];
谢谢您的指导,麻烦请教一下,我这边example好像有点问题[SCL] Error: One possible reason for this error is that FLEXlm version of the application is higher than the license daemon version. If this is the case, please upgrade the license daemon to latest version (SCL-602)Fatal License Error.
Internal FLEXlm Error.
license daemon version需要更新,这个不是很懂,您说的基于命令行移植意思是根据编译的内容选择option是吗?