V
Verictor
Guest
Hi,
I have a strange problem: the RTL modle simulation looks just fine and
there is no error or warning during synthesis. However, when I use the
gate level netlist to run the same testbench as the RTL simulation,
the results are very different. It looks like the outputs are locked
to all reset values during gate level simulation. I then check the
gate level netlist, no obvious tied nets.
The way I run RTL simulation is like this:
ncverilog model_tb.v model.v
The way I run gate level simulation is like thismodel.net.v is the
netlist file)
ncverilog model_tb.v model.net.v
I guess there is something wrong with the way I run it, not from the
netlist itself. Anyone has similar experience on this?
Thanks.
I have a strange problem: the RTL modle simulation looks just fine and
there is no error or warning during synthesis. However, when I use the
gate level netlist to run the same testbench as the RTL simulation,
the results are very different. It looks like the outputs are locked
to all reset values during gate level simulation. I then check the
gate level netlist, no obvious tied nets.
The way I run RTL simulation is like this:
ncverilog model_tb.v model.v
The way I run gate level simulation is like thismodel.net.v is the
netlist file)
ncverilog model_tb.v model.net.v
I guess there is something wrong with the way I run it, not from the
netlist itself. Anyone has similar experience on this?
Thanks.