K
Kelvin
Guest
Hi, there:
My Xilinx software generated a flattened netlist and SDF each over
100MB...Now NC_Verilog
takes hundreds of hours to simulate that.
Now if I write a perl to replace all the long wire names with some random
10-alphabet string,
it will probably shrink the file size to 10MB...But will that make my
simulation faster?
---sample
wire
\modem/bt_top/demodulator/u_demod/dif_dsp_core/u_demod/div_step_2_div_step(1
0)/F ;
wire
\modem/bt_top/demodulator/u_demod/dif_dsp_core/u_demod/div_step_2_div_step(1
0)/G ;
Thanks.
Kelvin
My Xilinx software generated a flattened netlist and SDF each over
100MB...Now NC_Verilog
takes hundreds of hours to simulate that.
Now if I write a perl to replace all the long wire names with some random
10-alphabet string,
it will probably shrink the file size to 10MB...But will that make my
simulation faster?
---sample
wire
\modem/bt_top/demodulator/u_demod/dif_dsp_core/u_demod/div_step_2_div_step(1
0)/F ;
wire
\modem/bt_top/demodulator/u_demod/dif_dsp_core/u_demod/div_step_2_div_step(1
0)/G ;
Thanks.
Kelvin