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 {
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?",
......
......@@ -60,6 +60,10 @@
label="Map design"
icon="map_icon.png"
call="ISEMap"/>
<menuitem name="ISEPAR"
label="Place &amp; route design"
icon="route66.png"
call="ISEPAR"/>
</menu>
<menu name="Vivado"
......
......@@ -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"
......
......@@ -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="">
......
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