Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vdt-plugin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
vdt-plugin
Commits
0c9d6e8f
Commit
0c9d6e8f
authored
Aug 12, 2015
by
Mikhail Karpenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Quartus Power Analizer interface, fix a couple of errors
parent
d512e941
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
227 additions
and
1 deletion
+227
-1
quartus_pow.xml
tools/Altera_Quartus/quartus_pow.xml
+221
-0
quartus_synthesis.xml
tools/Altera_Quartus/quartus_synthesis.xml
+1
-0
quartus_timing_analyzer.xml
tools/Altera_Quartus/quartus_timing_analyzer.xml
+1
-1
DesignMenu.xml
tools/DesignMenu.xml
+4
-0
No files found.
tools/Altera_Quartus/quartus_pow.xml
0 → 100644
View file @
0c9d6e8f
This diff is collapsed.
Click to expand it.
tools/Altera_Quartus/quartus_synthesis.xml
View file @
0c9d6e8f
...
...
@@ -252,6 +252,7 @@ semantec errors, and perform a netlist exraction."
<!-- Load all project files -->
<if
ResetProject=
"true"
>
"if [is_project_open] { project_close }"
"project_new $projectName -overwrite"
</if>
"if [project_exists $projectName] {"
"project_open $projectName"
...
...
tools/Altera_Quartus/quartus_timing_analyzer.xml
View file @
0c9d6e8f
...
...
@@ -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"
/>
<parameter
id=
"speed"
label=
"Speed grade"
tooltip=
"Option to specify the device speed grade to use when running
the TimeQuest Timing Analyzer"
type=
"Cardinal_1"
default=
""
visible=
"true"
readonly=
"false"
omit=
""
format=
"DoubleDash
Name
"
/>
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
the TimeQuest Timing Analyzer"
type=
"TemperatureRange"
default=
""
visible=
"true"
readonly=
"false"
omit=
""
format=
"DoubleDashName"
/>
...
...
tools/DesignMenu.xml
View file @
0c9d6e8f
...
...
@@ -201,6 +201,10 @@
label=
"Timing analizer"
icon=
"clock.png"
call=
"QuartusTimequest"
/>
<menuitem
name=
"QuartusPowerAnalizer"
label=
"Estimate power comsumption"
icon=
"fire.png"
call=
"QuartusPowerAnalyzer"
/>
<menuitem
name=
"QuartusAssembler"
label=
"Generate bitsream"
icon=
"bitstream.png"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment