|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
×
Error-[SE] Syntax error
Following verilog source has syntax error :
Token 'uvm_sequence_item' should be a valid type. Please check
whether it is misspelled, not visible/valid in the current context, or not
properly imported/exported.
"./my_transaction.sv", 4: token is ';'
class my_transaction extends uvm_sequence_item;
下面我写的makefile, 用的uvm白皮书2.5.2的源代码,源码应该没有错,应该是我写的malefile错了,麻烦各位大神帮我看看哪里的问题
|
|