Altera_Forum
Honored Contributor
15 years agoPowerplay power confidence - Software
I am currently attempting to obtain a high confidence using the powerplay power analyzer tool found in Quartus. For my setup, I use Quartus to create a project and build a Nios II processor using onchip memory in the SOPC builder. I have the SOPC builder generate the necessary simulation files in addition to the the system HDL files.
After generating the necessary files from the SOPC builder, I use the Nios II Eclipse plugin and develop my software for my generated system. I build and run the system as a ModelSim-Altera simulation. Within ModelSim-Altera, I compile and add the proper signals to the wave. Commands, s, c, w. Then I generate a vcd file: vcd file testfile.vcd. I add all the signals of the system: vcd add -r /test_bench/dut/*. I then run the system, run -all. After running I quit the simulation and close ModelSim-Altera and open Quartus back up. I then choose the Powerplay power analyzer and select the ModelSim generated vcd file. I let select vectorless estimation and run the tool. So far results surrounding using software has provided only low confidence rating in the powerplay power analyzer. In addition, I have used the generated sdo and vho files from the EDA gate level simulation and attempted to add them to the setup_sim.do and re-running the run-as ModelSim-Altera option in the Nios II eclipse plugin. Is there any way to obtain a high confidence rating from the powerplay power analyzer tool using the Nios II Eclipse generated C/C++ code in addition to the SOPC system build. Thanks for the help. akodocom