Clarification about how to create the VCD files with Modelsim

Status
Not open for further replies.

javierh.santiago

Junior Member level 2
Joined
Dec 4, 2017
Messages
24
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
225
I know that I have to use the netlist in PrimeTime Px for power estimation, but Do I need to use the netlist file in Modelsim to generate the VCD file, or the original code (given to DesignCompiler) is enough? I try both methods, and definitively the simulation with the original code is much faster but not sure if this way is completely wrong or if it is just a poor estimation.

-Francisco
 

I am assuming by the original code, you mean RTL code. In order to accurately run the power simulation, you need netlist and VCD file.

 

I am assuming by the original code, you mean RTL code. In order to accurately run the power simulation, you need netlist and VCD file.

Yes, I meant RTL code. But, My questions which code (RTL or netlist) I need to generate the VCD file?

-Francisco
 

You need to generate VCD from your gate-level sim, that is VCD from netlist simulation

Yes, I meant RTL code. But, My questions which code (RTL or netlist) I need to generate the VCD file?

-Francisco
 


it's a poor estimation as it only assigns toggle rates to the primary inputs and maybe flops of your design. you need a vcd from the gate level sim to estimate power more accurately.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…