|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
×
使用UVM的时候关于my_driver报了一个错误,my_driver 的第一行这样写的
class my_driver extends uvm_driver #(my_transaction)
报错为:
Identifier "my_transaction" has not been declared yet .If this error is not expected ,please check if you have set default_nettype to none
我已经编写了my_transaction.sv文件,而且将其加入到了top_tb.sv文件中,这点令我不解,求各位指导~~~~ |
|