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.

Concept HDL reading netlist changes

Status
Not open for further replies.

hithesh123

Full Member level 6
Joined
Nov 21, 2009
Messages
324
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,298
Location
lax
Activity points
3,548
Is there a simple way to read netlist or display netlist in human readable format?

Also, how do you see the changes from previous revision to the next revision in netlist.
When the netlist is exported to layout, you can see the ECO changes.
IS there a way to see the changes without going to layout?
 

Is there a simple way to read netlist or display netlist in human readable format?
Everything is human readable but it takes a lot of pain. Netlists are designed to be read in by tools. Of course the top level ports are much more friendly to interpret than the netlist body.

Also, how do you see the changes from previous revision to the next revision in netlist.
I do a file diff, my notepad++ supports it.

Another way is to do is a Logic Equivalence Check (LEC) b/w two netlists and see their logical difference (you need a LEC tool).
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top