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.

How to include generate name with instance in RC

Status
Not open for further replies.

jai_mahankudeda

Newbie level 3
Joined
Jul 24, 2009
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
India
Activity points
1,297
Hello,
Please help me out on this,

In my RTL code I have a generate statement

generate if (SYNTH == 1'b0)
begin : g_SIE

SIE i_SIE(

);


During elaboration DC adds this generate name as a prefix to the instance name,
DC:

A_instance/B_Instance/g_SIE.i_SIE/INST0


but RC doesn’t use the same terminology.
RC:

A_instance/B_Instance/i_SIE/INST0

I need RTL compiler command by which the generate name can be included with the instance name.
 

Which version of RC used?.
set_attr *generate* * -h
will list all attribute related to generate
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top