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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…