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.

Problem with Questa compilation warning message

Status
Not open for further replies.

animotion

Junior Member level 1
Joined
Aug 22, 2009
Messages
17
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Ireland
Activity points
1,428
All,

Can anyone explain the reason and fix for the following warning that I get when I compile all my *.v files with Questa (Mentor)

# ** Warning:<filename.v>(<line_number>):Cell parameter values frozen at compile time

The line in question is:
localparam FLAG = 4'b1111;

animotion
 

if you modify localparam with parameter, will it compile error?
 

ljxpjpjljx,

Yes, the warning occurs when I change the localparam to "parameter"
I am seeing that this is the only line of about 10 such localparam statements
that is causing the warning. I am seeing what is so different about the way
that FLAG is used.

animotion
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top