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
7b4dd3e9
Commit
7b4dd3e9
authored
Mar 12, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added ISE PAR tool specificaions
parent
14b819a5
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
247 additions
and
5 deletions
+247
-5
DesignFlowView.java
src/com/elphel/vdt/ui/views/DesignFlowView.java
+2
-2
DesignMenu.xml
tools/DesignMenu.xml
+4
-0
FPGA_project.xml
tools/FPGA_project.xml
+7
-0
ise_map.xml
tools/Xilinx_ISE/ise_map.xml
+2
-3
ise_par.xml
tools/Xilinx_ISE/ise_par.xml
+232
-0
No files found.
src/com/elphel/vdt/ui/views/DesignFlowView.java
View file @
7b4dd3e9
...
...
@@ -355,8 +355,8 @@ public class DesignFlowView extends ViewPart implements ISelectionListener {
manager
.
add
(
new
Separator
());
manager
.
add
(
clearStateFilesAction
);
manager
.
add
(
clearLogFilesAction
);
manager
.
add
(
new
Separator
());
manager
.
add
(
clearToolStatesAction
);
manager
.
add
(
new
Separator
());
manager
.
add
(
clearProjectStatesAction
);
}
...
...
@@ -573,7 +573,7 @@ public class DesignFlowView extends ViewPart implements ISelectionListener {
selectDesignMenuAction
.
setImageDescriptor
(
VDTPluginImages
.
DESC_DESIGN_MENU
);
clearToolStatesAction
=
new
ClearToolStates
(
"Do you wish to reset all tool states (as if they never ran)?"
,
toolSequence
);
clearToolStatesAction
.
setText
(
"Clear tool states
(debug feature)
"
);
clearToolStatesAction
.
setText
(
"Clear tool states"
);
clearToolStatesAction
.
setImageDescriptor
(
VDTPluginImages
.
DESC_ERASE
);
clearProjectStatesAction
=
new
ClearProjectStates
(
"Do you wish to reset the project state (persistent storage) as if no tools ran?"
,
...
...
tools/DesignMenu.xml
View file @
7b4dd3e9
...
...
@@ -60,6 +60,10 @@
label=
"Map design"
icon=
"map_icon.png"
call=
"ISEMap"
/>
<menuitem
name=
"ISEPAR"
label=
"Place & route design"
icon=
"route66.png"
call=
"ISEPAR"
/>
</menu>
<menu
name=
"Vivado"
...
...
tools/FPGA_project.xml
View file @
7b4dd3e9
...
...
@@ -327,6 +327,12 @@
default=
"%%ProjectName-map.tgz"
type=
"String"
format=
"CopyValue"
/>
<parameter
id=
"ISESnapshotPAR"
label=
"NGDBuild snapshot"
tooltip=
"Name of ISE snapshot archive after PAR"
default=
"%%ProjectName-par.tgz"
type=
"String"
format=
"CopyValue"
/>
<parameter
id=
"ISESnapshotOptPlace"
label=
"Placement snapshot"
tooltip=
"Name of ISE snapshot archive after optimization/placement"
default=
"%%ProjectName-opt-place.tgz"
...
...
@@ -418,6 +424,7 @@
"ISESnapshotSynth"
"ISESnapshotNGDBuild"
"ISESnapshotMap"
"ISESnapshotPAR"
<!-- "ISESnapshotOptPlace" -->
"ISESnapshotOpt"
"ISESnapshotOptPower"
...
...
tools/Xilinx_ISE/ise_map.xml
View file @
7b4dd3e9
...
...
@@ -220,6 +220,8 @@
"physical_constraints_file"
"extra_input_files"
"output_file"
</group>
<group
name =
"Map Options"
>
"activityfile"
"map_slice_logic"
"pack_slices"
...
...
@@ -251,9 +253,6 @@
"ISEProjectRoot"
"ISERemoteDir"
</group>
<group
name =
"NGCBuild Options"
>
</group>
</input>
<output>
<if-not
extra_input_files=
""
>
...
...
tools/Xilinx_ISE/ise_par.xml
0 → 100644
View file @
7b4dd3e9
This diff is collapsed.
Click to expand it.
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