Commit 7b4dd3e9 authored by Andrey Filippov's avatar Andrey Filippov

Added ISE PAR tool specificaions

parent 14b819a5
...@@ -355,8 +355,8 @@ public class DesignFlowView extends ViewPart implements ISelectionListener { ...@@ -355,8 +355,8 @@ public class DesignFlowView extends ViewPart implements ISelectionListener {
manager.add(new Separator()); manager.add(new Separator());
manager.add(clearStateFilesAction); manager.add(clearStateFilesAction);
manager.add(clearLogFilesAction); manager.add(clearLogFilesAction);
manager.add(new Separator());
manager.add(clearToolStatesAction); manager.add(clearToolStatesAction);
manager.add(new Separator());
manager.add(clearProjectStatesAction); manager.add(clearProjectStatesAction);
} }
...@@ -573,7 +573,7 @@ public class DesignFlowView extends ViewPart implements ISelectionListener { ...@@ -573,7 +573,7 @@ public class DesignFlowView extends ViewPart implements ISelectionListener {
selectDesignMenuAction.setImageDescriptor(VDTPluginImages.DESC_DESIGN_MENU); selectDesignMenuAction.setImageDescriptor(VDTPluginImages.DESC_DESIGN_MENU);
clearToolStatesAction = new ClearToolStates("Do you wish to reset all tool states (as if they never ran)?",toolSequence); 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); clearToolStatesAction.setImageDescriptor(VDTPluginImages.DESC_ERASE);
clearProjectStatesAction = new ClearProjectStates("Do you wish to reset the project state (persistent storage) as if no tools ran?", clearProjectStatesAction = new ClearProjectStates("Do you wish to reset the project state (persistent storage) as if no tools ran?",
......
...@@ -60,6 +60,10 @@ ...@@ -60,6 +60,10 @@
label="Map design" label="Map design"
icon="map_icon.png" icon="map_icon.png"
call="ISEMap"/> call="ISEMap"/>
<menuitem name="ISEPAR"
label="Place &amp; route design"
icon="route66.png"
call="ISEPAR"/>
</menu> </menu>
<menu name="Vivado" <menu name="Vivado"
......
...@@ -327,6 +327,12 @@ ...@@ -327,6 +327,12 @@
default="%%ProjectName-map.tgz" default="%%ProjectName-map.tgz"
type="String" format="CopyValue" /> 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" <parameter id="ISESnapshotOptPlace"
label="Placement snapshot" tooltip="Name of ISE snapshot archive after optimization/placement" label="Placement snapshot" tooltip="Name of ISE snapshot archive after optimization/placement"
default="%%ProjectName-opt-place.tgz" default="%%ProjectName-opt-place.tgz"
...@@ -418,6 +424,7 @@ ...@@ -418,6 +424,7 @@
"ISESnapshotSynth" "ISESnapshotSynth"
"ISESnapshotNGDBuild" "ISESnapshotNGDBuild"
"ISESnapshotMap" "ISESnapshotMap"
"ISESnapshotPAR"
<!-- "ISESnapshotOptPlace" --> <!-- "ISESnapshotOptPlace" -->
"ISESnapshotOpt" "ISESnapshotOpt"
"ISESnapshotOptPower" "ISESnapshotOptPower"
......
...@@ -220,6 +220,8 @@ ...@@ -220,6 +220,8 @@
"physical_constraints_file" "physical_constraints_file"
"extra_input_files" "extra_input_files"
"output_file" "output_file"
</group>
<group name ="Map Options">
"activityfile" "activityfile"
"map_slice_logic" "map_slice_logic"
"pack_slices" "pack_slices"
...@@ -251,9 +253,6 @@ ...@@ -251,9 +253,6 @@
"ISEProjectRoot" "ISEProjectRoot"
"ISERemoteDir" "ISERemoteDir"
</group> </group>
<group name ="NGCBuild Options">
</group>
</input> </input>
<output> <output>
<if-not extra_input_files=""> <if-not extra_input_files="">
......
This diff is collapsed.
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