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.

Netlist conversion to technology independent

Status
Not open for further replies.

peen1

Member level 2
Joined
Nov 2, 2004
Messages
47
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,286
Activity points
495
Hello Folks,

I have some technology dependent netlists that I want to convert to:

1) Technology independent netlists.

I have the following script

verilog_equations = "true";

foreach el $vnet_list {
read_file -format verilog $el
translate
redirect -append ../checkdesign.log {check_design}
write -f verilog -hierarchy -o vnet/$el
remove_design -all
}

I tried the command verilog_equations = "true"; but that did not help and I got the same netlist as before.

How can I get a technology independent netlist??

Many thanks in advance.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top