peen1
Member level 2

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.
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.