- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Steps taken, I generated my VCD file modelsim I even converted it to wlf to make sure it was right Output from estimator: I/O Thermal power dissipation 2605mW Core Dynamic power 446mW Static Power 112.38mW
module topmodule1(CLK,RST,en,Xin,en_ram1,ram1_we_addr,en_ram2,ram2_we_addr,
out_ram2,in_ram2,rd_ram2,Yout);
input CLK; input RST; input en; input [31:0] in_ram2; input [31:0] Xin; output reg [5:0] ram1_we_addr,ram2_we_addr; output reg en_ram1, en_ram2,rd_ram2; output reg [31:0] out_ram2; output reg [31:0] Yout; The addresses go to an external memory, and the "out_ram" are the datas from the external memory. Attached are the pictures from the power analyzer The power dissipated by the multpliers are 0. I am so confused because they synthesized (when I look at the number of multpliers). Please help
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page