Commit 0c9d6e8f authored by Mikhail Karpenko's avatar Mikhail Karpenko

Add Quartus Power Analizer interface, fix a couple of errors

parent d512e941
This diff is collapsed.
...@@ -252,6 +252,7 @@ semantec errors, and perform a netlist exraction." ...@@ -252,6 +252,7 @@ semantec errors, and perform a netlist exraction."
<!-- Load all project files --> <!-- Load all project files -->
<if ResetProject="true"> <if ResetProject="true">
"if [is_project_open] { project_close }" "if [is_project_open] { project_close }"
"project_new $projectName -overwrite"
</if> </if>
"if [project_exists $projectName] {" "if [project_exists $projectName] {"
"project_open $projectName" "project_open $projectName"
......
...@@ -116,7 +116,7 @@ the TimeQuest Timing Analyzer reads the default 'rev'.sdc file if it exists" ...@@ -116,7 +116,7 @@ the TimeQuest Timing Analyzer reads the default 'rev'.sdc file if it exists"
type="Filename" default="" visible="true" readonly="false" omit="" format="DoubleDashName"/> type="Filename" default="" visible="true" readonly="false" omit="" format="DoubleDashName"/>
<parameter id="speed" label="Speed grade" tooltip="Option to specify the device speed grade to use when running <parameter id="speed" label="Speed grade" tooltip="Option to specify the device speed grade to use when running
the TimeQuest Timing Analyzer" the TimeQuest Timing Analyzer"
type="Cardinal_1" default="" visible="true" readonly="false" omit="" format="DoubleDashName"/> type="Cardinal_1" default="" visible="true" readonly="false" omit="" format="DoubleDash"/>
<parameter id="temperature" label="Temperature" tooltip="Option to specify the device temperature ℃ to use when running <parameter id="temperature" label="Temperature" tooltip="Option to specify the device temperature ℃ to use when running
the TimeQuest Timing Analyzer" the TimeQuest Timing Analyzer"
type="TemperatureRange" default="" visible="true" readonly="false" omit="" format="DoubleDashName"/> type="TemperatureRange" default="" visible="true" readonly="false" omit="" format="DoubleDashName"/>
......
...@@ -201,6 +201,10 @@ ...@@ -201,6 +201,10 @@
label="Timing analizer" label="Timing analizer"
icon="clock.png" icon="clock.png"
call="QuartusTimequest"/> call="QuartusTimequest"/>
<menuitem name="QuartusPowerAnalizer"
label="Estimate power comsumption"
icon="fire.png"
call="QuartusPowerAnalyzer"/>
<menuitem name="QuartusAssembler" <menuitem name="QuartusAssembler"
label="Generate bitsream" label="Generate bitsream"
icon="bitstream.png" icon="bitstream.png"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment