Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

question about producing vcd with modelsim

Status
Not open for further replies.

iannisk

Newbie level 6
Joined
Mar 14, 2008
Messages
12
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,345
i produce vcd with modelsim by using the following code
The design has been ungrouped in design analyzer and is in verilog format.
initial
begin
$dumpfile("mullbin8.vcd");
$dumpvars(0,mullbin8);
$dumpflush;
end
----
I then use the saif file from the vcd with the following.

current_design mullbin8
power_preserve_rtl_hier_names=true
read_saif -input mullbin8.saif -instance_name mullbin8 -rtl_direct -unit_base ps -scale 1
report_power
---
i get the warning "There were 21 objects not found during the annotation." at the command
"read_saif -input mullbin8.saif -instance_name mullbin8 -rtl_direct -unit_base ps -scale 1"

Are there any ideas what migth be?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top