Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

IRUN tool not recognising uvm_reg package.

Status
Not open for further replies.

susharma

Newbie level 1
Joined
Jul 4, 2015
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
6
Hello Team,

Please help me in this regard:

I am using irun 10.20-p008

I am getting following error while compiling the class reg file. This file contains only the registers defined in class.

class REG_rx_advanced_min_activatetime_capability extends uvm_reg;
|
ncvlog: *E,SVNOTY (main.sv,4|67): Syntactically this identifier appears to begin a datatype but it does not refer to a visible datatype in the current scope.
(`include file: main.sv line 4, file: local_pack.sv line 2)

Please help

Regards
Sunil
 
Last edited by a moderator:

Hello Susharma,

Please use -uvm option along with irun command.

And make sure you include uvm_macro.svh and import uvm package before compiling the file
Hope this helps
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top