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
c682d5fe
Commit
c682d5fe
authored
Aug 07, 2015
by
Mikhail Karpenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add report files copying to Quartus tools
parent
751b73cf
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
3 deletions
+25
-3
quartus_interface.xml
tools/Altera_Quartus/quartus_interface.xml
+1
-1
quartus_place.xml
tools/Altera_Quartus/quartus_place.xml
+7
-0
quartus_synthesis.xml
tools/Altera_Quartus/quartus_synthesis.xml
+9
-1
quartus_timing_analyzer.xml
tools/Altera_Quartus/quartus_timing_analyzer.xml
+7
-0
FPGA_project.xml
tools/FPGA_project.xml
+1
-1
No files found.
tools/Altera_Quartus/quartus_interface.xml
View file @
c682d5fe
...
...
@@ -117,5 +117,5 @@
</line>
</output>
</tool>
</vdt-project>
tools/Altera_Quartus/quartus_place.xml
View file @
c682d5fe
...
...
@@ -204,6 +204,13 @@ timing information"
"}"
"puts \"@@FINISH@@\""
</line>
<line
name=
"quartus_copy_reports"
>
"-c"
"mkdir -p %QuartusLocalResultDir ;"
"rsync -av -e ssh"
"%RemoteUser@%RemoteHost:%QuartusProjectRoot/*.rpt"
"%QuartusLocalResultDir/"
</line>
</output>
</tool>
...
...
tools/Altera_Quartus/quartus_synthesis.xml
View file @
c682d5fe
...
...
@@ -282,9 +282,16 @@ semantec errors, and perform a netlist exraction."
"}"
"puts \"@@FINISH@@\""
</line>
<line
name=
"quartus_copy_reports"
>
"-c"
"mkdir -p %QuartusLocalResultDir ;"
"rsync -av -e ssh"
"%RemoteUser@%RemoteHost:%QuartusProjectRoot/*.rpt"
"%QuartusLocalResultDir/"
</line>
</output>
</tool>
<!-- Restore tool for QuartusSynthesis -->
<tool
name=
"RestoreQuartusSynthesis"
project=
"FPGA_project"
...
...
@@ -297,4 +304,5 @@ semantec errors, and perform a netlist exraction."
interface=
"QuartusInterface"
package=
"FPGA_package"
inherits=
"SaveQuartus"
/>
</vdt-project>
tools/Altera_Quartus/quartus_timing_analyzer.xml
View file @
c682d5fe
...
...
@@ -192,6 +192,13 @@ the TimeQuest Timing Analyzer"
"}"
"puts \"@@FINISH@@\""
</line>
<line
name=
"quartus_copy_reports"
>
"-c"
"mkdir -p %QuartusLocalResultDir ;"
"rsync -av -e ssh"
"%RemoteUser@%RemoteHost:%QuartusProjectRoot/*.rpt"
"%QuartusLocalResultDir/"
</line>
</output>
</tool>
...
...
tools/FPGA_project.xml
View file @
c682d5fe
...
...
@@ -302,7 +302,7 @@
type=
"Pathname"
default=
"quartus_state"
format=
"CopyValue"
readonly=
"false"
/>
<parameter
id=
"QuartusLocalResultDir"
label=
"Local Quartus results directory"
tooltip=
"Local project subdirect
roy for Xilinx
Quartus generated result files"
tooltip=
"Local project subdirect
ory for
Quartus generated result files"
type=
"Pathname"
default=
"quartus_results"
format=
"CopyValue"
readonly=
"false"
/>
<parameter
id=
"QuartusLogDir"
label=
"Local Quartus tool logs directory"
tooltip=
"Local project subdirectroy for Quartus tools log files"
...
...
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