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.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top