Thanks for your reply.
How can I use the VHDL of NAND and XOR in xilinx to measure the power it consumes/ dissipates ? Can you plz tell me in detail? I am a beginner of xilinx, just installed it in my pc.
Thanks for your reply.
How can I use the VHDL of NAND and XOR in xilinx to measure the power it consumes/ dissipates ? Can you plz tell me in detail? I am a beginner of xilinx, just installed it in my pc.
Xilinx project navigator would only give you the estimate of power consumption in FPGA. Just build a project and using the verilog design.. after synthesizing and implementing the code, you will get an access to the design summary which contains all the information you need.For more info, read the xilinx user guide found in help tab.
If you setup NAND or NOR gates in programmable logic, the observed dynamic power dissipation won't have much to do with the basic logic operation, it's mainly consumed in I/O cells. Also the CPLD method of representing logic is quite different from native CMOS transistor logic.
Xilinx project navigator would only give you the estimate of power consumption in FPGA. Just build a project and using the verilog design.. after synthesizing and implementing the code, you will get an access to the design summary which contains all the information you need.For more info, read the xilinx user guide found in help tab.
I have successfully built the project as well as synthesized and implemented it. Now I have got the design summary. But I haven't got the info about power consumption. Can you plz help ?