Generic Netlist To RTL Netlist

Status
Not open for further replies.

jackellie

Newbie level 1
Joined
Jan 7, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Taiwan
Activity points
1,288
Hellow,
If I have gneric netlist already, how can I do to transfer this netlist to RTL netlist by Design Compiler?
For example,
from:
GTECH_NOT I_0 ( .A(G0), .Z(G14) );
GTECH_AND2 C42 ( .A(G14), .B(G6), .Z(G8) );
to:
not (G0, G14);
and (G8, G14, G6);

By the way, Is there any tools which can identify RTL behavioral code and Gate-Level correspondences, like the tool Gates-on-the-fly(gof)?

Thank in advance
Jack, Chen
 

I don't believe there is a way to go from DC generic netlist to RTL because it is actually structured netlist in DC generic instances.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…