Initial commit
This commit is contained in:
		| @@ -0,0 +1,41 @@ | ||||
| version "1.1" | ||||
| HDSTool (HDSTool | ||||
| hasAssociatedFileExt 0 | ||||
| associatedFileExt "" | ||||
| TaskName "Generate" | ||||
| bitmap "$HDS_HOME\\resources\\bitmaps\\tools/tool_generate.bmp" | ||||
| hasBitmap 1 | ||||
| tooltip "Performs generation of graphics files" | ||||
| taskSettings [ | ||||
| "InternalTaskSetting" | ||||
| (SettingsMap | ||||
| settingsMap [ | ||||
| "additionalToolArgs" | ||||
| "" | ||||
| "captureOutput" | ||||
| "0" | ||||
| "customPrompt" | ||||
| "" | ||||
| "initialDir" | ||||
| "" | ||||
| "promptForRunSettings" | ||||
| "0" | ||||
| "runMethod" | ||||
| "gui" | ||||
| "runnableObject" | ||||
| "Generator" | ||||
| "runnableObjectType" | ||||
| "tcl_plugin" | ||||
| "useViewSpecific" | ||||
| "0" | ||||
| ] | ||||
| ) | ||||
| ] | ||||
| PreferedTasks [ | ||||
| ] | ||||
| onShortcutBar 1 | ||||
| onPulldownMenu 1 | ||||
| onToolbar 1 | ||||
| enabled 1 | ||||
| hierDepth 2 | ||||
| ) | ||||
| @@ -0,0 +1,98 @@ | ||||
| version "1.1" | ||||
| HDSTool (HDSTool | ||||
| hasAssociatedFileExt 0 | ||||
| associatedFileExt "" | ||||
| TaskName "ModelSim Compile" | ||||
| bitmap "$HDS_HOME\\resources\\bitmaps\\tools/tool_modelsim_compile.bmp" | ||||
| hasBitmap 1 | ||||
| tooltip "Runs ModelSim compilation" | ||||
| taskSettings [ | ||||
| "InternalTaskSetting" | ||||
| (SettingsMap | ||||
| settingsMap [ | ||||
| "additionalToolArgs" | ||||
| "" | ||||
| "captureOutput" | ||||
| "0" | ||||
| "customPrompt" | ||||
| "" | ||||
| "initialDir" | ||||
| "" | ||||
| "promptForRunSettings" | ||||
| "0" | ||||
| "runMethod" | ||||
| "gui" | ||||
| "runnableObject" | ||||
| "ModelSimCompiler" | ||||
| "runnableObjectType" | ||||
| "tcl_plugin" | ||||
| "useViewSpecific" | ||||
| "0" | ||||
| ] | ||||
| ) | ||||
| "TaskSetting" | ||||
| (SettingsMap | ||||
| settingsMap [ | ||||
| "64bit" | ||||
| "0" | ||||
| "compAlways" | ||||
| "0" | ||||
| "covSwitch" | ||||
| "" | ||||
| "coverNoSub" | ||||
| "" | ||||
| "dontAskAgain" | ||||
| "0" | ||||
| "enableMFCU" | ||||
| "1" | ||||
| "excludePSL" | ||||
| "0" | ||||
| "exepath" | ||||
| "$MODELSIM_HOME" | ||||
| "logFile" | ||||
| "" | ||||
| "logicalLib" | ||||
| "1" | ||||
| "mapAllLib" | ||||
| "0" | ||||
| "mapQuartusIPs" | ||||
| "1" | ||||
| "masterCov" | ||||
| "0" | ||||
| "peSe" | ||||
| "EE" | ||||
| "prevOnly" | ||||
| "0" | ||||
| "quartusSimDir" | ||||
| "$HDS_PROJECT_DIR/QuartusIPSimLibs" | ||||
| "replayScriptPath" | ||||
| "" | ||||
| "saveReplayScript" | ||||
| "0" | ||||
| "server" | ||||
| "" | ||||
| "showCmd" | ||||
| "0" | ||||
| "transcript" | ||||
| "1" | ||||
| "useFlatLibrary" | ||||
| "0" | ||||
| "useRemote" | ||||
| "0" | ||||
| "useShortName" | ||||
| "0" | ||||
| "vhdlSwitches" | ||||
| " -nologo" | ||||
| "vlogSwitches" | ||||
| " -nologo" | ||||
| ] | ||||
| ) | ||||
| ] | ||||
| PreferedTasks [ | ||||
| ] | ||||
| onShortcutBar 1 | ||||
| onPulldownMenu 0 | ||||
| onToolbar 0 | ||||
| enabled 1 | ||||
| hierDepth 1 | ||||
| ) | ||||
| @@ -0,0 +1,83 @@ | ||||
| version "1.1" | ||||
| HDSFlow (HDSFlow | ||||
| TaskName "ModelSim Flow" | ||||
| bitmap "$HDS_HOME\\resources\\bitmaps\\tools/tool_modelsim.bmp" | ||||
| hasBitmap 1 | ||||
| tooltip "Generate and run entire ModelSim flow" | ||||
| taskSettings [ | ||||
| "InternalTaskSetting" | ||||
| (SettingsMap | ||||
| settingsMap [ | ||||
| "flowSettingsDlg" | ||||
| "" | ||||
| "taskInvocationScript" | ||||
| "" | ||||
| ] | ||||
| ) | ||||
| ] | ||||
| PreferedTasks [ | ||||
| (preferedMap | ||||
| preferedEnum 0 | ||||
| preferedSetting "$MODELSIM_HOME" | ||||
| ) | ||||
| (preferedMap | ||||
| preferedEnum 2 | ||||
| preferedSetting "ModelSim" | ||||
| ) | ||||
| ] | ||||
| onShortcutBar 1 | ||||
| onPulldownMenu 1 | ||||
| onToolbar 1 | ||||
| enabled 1 | ||||
| hierDepth 1 | ||||
| subTasks [ | ||||
| (HDSTaskRef | ||||
| TaskName "Generate" | ||||
| bitmap "" | ||||
| hasBitmap 1 | ||||
| tooltip "" | ||||
| taskSettings [ | ||||
| ] | ||||
| PreferedTasks [ | ||||
| ] | ||||
| onShortcutBar 0 | ||||
| onPulldownMenu 0 | ||||
| onToolbar 0 | ||||
| enabled 1 | ||||
| hierDepth 1 | ||||
| reffedTaskName "USER:Generate" | ||||
| ) | ||||
| (HDSTaskRef | ||||
| TaskName "ModelSim Compile" | ||||
| bitmap "" | ||||
| hasBitmap 1 | ||||
| tooltip "" | ||||
| taskSettings [ | ||||
| ] | ||||
| PreferedTasks [ | ||||
| ] | ||||
| onShortcutBar 0 | ||||
| onPulldownMenu 0 | ||||
| onToolbar 0 | ||||
| enabled 1 | ||||
| hierDepth 1 | ||||
| reffedTaskName "USER:ModelSim Compile" | ||||
| ) | ||||
| (HDSTaskRef | ||||
| TaskName "ModelSim Simulate" | ||||
| bitmap "" | ||||
| hasBitmap 1 | ||||
| tooltip "" | ||||
| taskSettings [ | ||||
| ] | ||||
| PreferedTasks [ | ||||
| ] | ||||
| onShortcutBar 0 | ||||
| onPulldownMenu 0 | ||||
| onToolbar 0 | ||||
| enabled 1 | ||||
| hierDepth 3 | ||||
| reffedTaskName "USER:ModelSim Simulate" | ||||
| ) | ||||
| ] | ||||
| ) | ||||
| @@ -0,0 +1,96 @@ | ||||
| version "1.1" | ||||
| HDSTool (HDSTool | ||||
| hasAssociatedFileExt 0 | ||||
| associatedFileExt "" | ||||
| TaskName "ModelSim Simulate" | ||||
| bitmap "$HDS_HOME\\resources\\bitmaps\\tools/tool_modelsim_invoke.bmp" | ||||
| hasBitmap 1 | ||||
| tooltip "Invokes the ModelSim Simulator" | ||||
| taskSettings [ | ||||
| "InternalTaskSetting" | ||||
| (SettingsMap | ||||
| settingsMap [ | ||||
| "additionalToolArgs" | ||||
| "" | ||||
| "captureOutput" | ||||
| "0" | ||||
| "customPrompt" | ||||
| "" | ||||
| "initialDir" | ||||
| "" | ||||
| "promptForRunSettings" | ||||
| "1" | ||||
| "runMethod" | ||||
| "gui" | ||||
| "runnableObject" | ||||
| "ModelSimSimulator" | ||||
| "runnableObjectType" | ||||
| "tcl_plugin" | ||||
| "useViewSpecific" | ||||
| "0" | ||||
| ] | ||||
| ) | ||||
| "TaskSetting" | ||||
| (SettingsMap | ||||
| settingsMap [ | ||||
| "Arguments" | ||||
| "" | ||||
| "Arguments1" | ||||
| "do controller.do" | ||||
| "Arguments2" | ||||
| "controller.do" | ||||
| "Communication" | ||||
| "1" | ||||
| "DelaySelection" | ||||
| "typ" | ||||
| "GlitchGeneration" | ||||
| "1" | ||||
| "InitCmd" | ||||
| "$SIMULATION_DIR\\IND.do" | ||||
| "LogFile" | ||||
| "" | ||||
| "RemoteHost" | ||||
| "" | ||||
| "Resolution" | ||||
| "ps" | ||||
| "SdfDelay" | ||||
| "typ" | ||||
| "SdfMultiSrcDelay" | ||||
| "latest" | ||||
| "SdfReduce" | ||||
| "0" | ||||
| "SdfWarnings" | ||||
| "1" | ||||
| "TimingChecks" | ||||
| "1" | ||||
| "UseBatch" | ||||
| "0" | ||||
| "UseGUI" | ||||
| "1" | ||||
| "VitalVersion" | ||||
| "95" | ||||
| "autoNames" | ||||
| "1" | ||||
| "coverage" | ||||
| "0" | ||||
| "excludePSL" | ||||
| "0" | ||||
| "exepath" | ||||
| "$MODELSIM_HOME" | ||||
| "minimumSimSetting" | ||||
| "0" | ||||
| "saveReplayScript" | ||||
| "0" | ||||
| "useCustomSimDir" | ||||
| "0" | ||||
| ] | ||||
| ) | ||||
| ] | ||||
| PreferedTasks [ | ||||
| ] | ||||
| onShortcutBar 1 | ||||
| onPulldownMenu 0 | ||||
| onToolbar 0 | ||||
| enabled 1 | ||||
| hierDepth 3 | ||||
| ) | ||||
| @@ -0,0 +1,162 @@ | ||||
| version "1.1" | ||||
| HDSFlow (HDSFlow | ||||
| TaskName "Prepare for Synthesis" | ||||
| bitmap "$HDS_HOME\\resources\\bitmaps\\tools\\tool_synthesis.bmp" | ||||
| hasBitmap 1 | ||||
| tooltip "generates a single file" | ||||
| taskSettings [ | ||||
| "InternalTaskSetting" | ||||
| (SettingsMap | ||||
| settingsMap [ | ||||
| "flowSettingsDlg" | ||||
| "" | ||||
| "taskInvocationScript" | ||||
| "" | ||||
| ] | ||||
| ) | ||||
| ] | ||||
| PreferedTasks [ | ||||
| ] | ||||
| onShortcutBar 0 | ||||
| onPulldownMenu 0 | ||||
| onToolbar 1 | ||||
| enabled 1 | ||||
| hierDepth 1 | ||||
| subTasks [ | ||||
| (HDSTool | ||||
| hasAssociatedFileExt 0 | ||||
| associatedFileExt "" | ||||
| TaskName "Generate" | ||||
| bitmap "$HDS_HOME\\resources\\bitmaps\\tools/tool_generate.bmp" | ||||
| hasBitmap 1 | ||||
| tooltip "Performs generation of graphics files" | ||||
| taskSettings [ | ||||
| "InternalTaskSetting" | ||||
| (SettingsMap | ||||
| settingsMap [ | ||||
| "additionalToolArgs" | ||||
| "" | ||||
| "captureOutput" | ||||
| "0" | ||||
| "customPrompt" | ||||
| "" | ||||
| "initialDir" | ||||
| "" | ||||
| "promptForRunSettings" | ||||
| "0" | ||||
| "runMethod" | ||||
| "gui" | ||||
| "runnableObject" | ||||
| "Generator" | ||||
| "runnableObjectType" | ||||
| "tcl_plugin" | ||||
| "useViewSpecific" | ||||
| "0" | ||||
| ] | ||||
| ) | ||||
| ] | ||||
| PreferedTasks [ | ||||
| ] | ||||
| onShortcutBar 0 | ||||
| onPulldownMenu 0 | ||||
| onToolbar 0 | ||||
| enabled 1 | ||||
| hierDepth 1 | ||||
| ) | ||||
| (HDSTool | ||||
| hasAssociatedFileExt 0 | ||||
| associatedFileExt "" | ||||
| TaskName "Concatenate HDL" | ||||
| bitmap "$HDS_HOME\\resources\\bitmaps\\tools/tool_concatenate.bmp" | ||||
| hasBitmap 1 | ||||
| tooltip "Appends all HDL files together" | ||||
| taskSettings [ | ||||
| "InternalTaskSetting" | ||||
| (SettingsMap | ||||
| settingsMap [ | ||||
| "additionalToolArgs" | ||||
| "" | ||||
| "captureOutput" | ||||
| "0" | ||||
| "customPrompt" | ||||
| "" | ||||
| "initialDir" | ||||
| "" | ||||
| "promptForRunSettings" | ||||
| "0" | ||||
| "runMethod" | ||||
| "gui" | ||||
| "runnableObject" | ||||
| "Concatenation" | ||||
| "runnableObjectType" | ||||
| "tcl_plugin" | ||||
| "useViewSpecific" | ||||
| "1" | ||||
| ] | ||||
| ) | ||||
| "TaskSetting" | ||||
| (SettingsMap | ||||
| settingsMap [ | ||||
| "outputFileNameRoot" | ||||
| "%(concat_file)" | ||||
| "outputVerilogFileExtension" | ||||
| "v" | ||||
| "outputVhdlFileExtension" | ||||
| "vhd" | ||||
| "place" | ||||
| "0" | ||||
| "specifyDir" | ||||
| "" | ||||
| ] | ||||
| ) | ||||
| ] | ||||
| PreferedTasks [ | ||||
| ] | ||||
| onShortcutBar 0 | ||||
| onPulldownMenu 0 | ||||
| onToolbar 0 | ||||
| enabled 1 | ||||
| hierDepth 1 | ||||
| ) | ||||
| (HDSTool | ||||
| hasAssociatedFileExt 0 | ||||
| associatedFileExt "" | ||||
| TaskName "Trim libraries" | ||||
| bitmap "tool_default_tool.bmp" | ||||
| hasBitmap 1 | ||||
| tooltip "comment out library declarations for singles file" | ||||
| taskSettings [ | ||||
| "InternalTaskSetting" | ||||
| (SettingsMap | ||||
| settingsMap [ | ||||
| "additionalToolArgs" | ||||
| ".\\..\\..\\Scripts\\trimLibs.pl %(concat_file).vhd $DESIGN_NAME.vhd" | ||||
| "captureOutput" | ||||
| "1" | ||||
| "customPrompt" | ||||
| "" | ||||
| "initialDir" | ||||
| "$CONCAT_DIR" | ||||
| "promptForRunSettings" | ||||
| "0" | ||||
| "runMethod" | ||||
| "gui" | ||||
| "runnableObject" | ||||
| "$HDS_HOME\\resources\\perl\\bin\\perl.exe" | ||||
| "runnableObjectType" | ||||
| "executable" | ||||
| "useViewSpecific" | ||||
| "0" | ||||
| ] | ||||
| ) | ||||
| ] | ||||
| PreferedTasks [ | ||||
| ] | ||||
| onShortcutBar 0 | ||||
| onPulldownMenu 0 | ||||
| onToolbar 0 | ||||
| enabled 1 | ||||
| hierDepth 3 | ||||
| ) | ||||
| ] | ||||
| ) | ||||
| @@ -0,0 +1,163 @@ | ||||
| version "1.1" | ||||
| HDSFlow (HDSFlow | ||||
| TaskName "Xilinx Project Navigator" | ||||
| bitmap "$HDS_HOME\\resources\\bitmaps\\tools\\tool_xilinx_synthesis.bmp" | ||||
| hasBitmap 1 | ||||
| tooltip "Xilinx Flow" | ||||
| taskSettings [ | ||||
| "InternalTaskSetting" | ||||
| (SettingsMap | ||||
| settingsMap [ | ||||
| "flowSettingsDlg" | ||||
| "" | ||||
| "taskInvocationScript" | ||||
| "" | ||||
| ] | ||||
| ) | ||||
| ] | ||||
| PreferedTasks [ | ||||
| ] | ||||
| onShortcutBar 0 | ||||
| onPulldownMenu 0 | ||||
| onToolbar 0 | ||||
| enabled 1 | ||||
| hierDepth 1 | ||||
| subTasks [ | ||||
| (HDSTool | ||||
| hasAssociatedFileExt 0 | ||||
| associatedFileExt "" | ||||
| TaskName "Update.xise" | ||||
| bitmap "tool_default_tool.bmp" | ||||
| hasBitmap 1 | ||||
| tooltip "Update file references in the Xilnx project .xise file" | ||||
| taskSettings [ | ||||
| "InternalTaskSetting" | ||||
| (SettingsMap | ||||
| settingsMap [ | ||||
| "additionalToolArgs" | ||||
| "$CONCAT_DIR\\..\\..\\Scripts\\update_ise.pl $DESIGN_NAME.xise $CONCAT_DIR\\$DESIGN_NAME.vhd $CONCAT_DIR\\$DESIGN_NAME.ucf" | ||||
| "captureOutput" | ||||
| "1" | ||||
| "customPrompt" | ||||
| "" | ||||
| "initialDir" | ||||
| "$ISE_WORK_DIR" | ||||
| "promptForRunSettings" | ||||
| "0" | ||||
| "runMethod" | ||||
| "gui" | ||||
| "runnableObject" | ||||
| "$HDS_HOME\\resources\\perl\\bin\\perl.exe" | ||||
| "runnableObjectType" | ||||
| "executable" | ||||
| "useViewSpecific" | ||||
| "0" | ||||
| ] | ||||
| ) | ||||
| ] | ||||
| PreferedTasks [ | ||||
| ] | ||||
| onShortcutBar 0 | ||||
| onPulldownMenu 0 | ||||
| onToolbar 0 | ||||
| enabled 1 | ||||
| hierDepth 3 | ||||
| ) | ||||
| (HDSTool | ||||
| hasAssociatedFileExt 0 | ||||
| associatedFileExt "" | ||||
| TaskName "Xilinx Project navigator" | ||||
| bitmap "$HDS_HOME\\resources\\bitmaps\\tools\\tool_xilinx_synthesis.bmp" | ||||
| hasBitmap 1 | ||||
| tooltip "Invokes the Xilinx ISE tool" | ||||
| taskSettings [ | ||||
| "InternalTaskSetting" | ||||
| (SettingsMap | ||||
| settingsMap [ | ||||
| "additionalToolArgs" | ||||
| "$DESIGN_NAME.xise" | ||||
| "captureOutput" | ||||
| "0" | ||||
| "customPrompt" | ||||
| "" | ||||
| "descriptiveName" | ||||
| "FPGA Technology Setup Plugin" | ||||
| "initialDir" | ||||
| "$ISE_WORK_DIR" | ||||
| "isHierarchical" | ||||
| "0" | ||||
| "needsSave" | ||||
| "0" | ||||
| "pluginInfo" | ||||
| "FPGA Technology Setup Plug-in v2.0 | ||||
| For additional information, exceptions, compatibility issues and updates, visit SupportNet." | ||||
| "pluginVersion" | ||||
| "2.0" | ||||
| "promptForRunSettings" | ||||
| "0" | ||||
| "runMethod" | ||||
| "gui" | ||||
| "runnableObject" | ||||
| "$ISE_HOME\\bin\\nt64\\ise.exe" | ||||
| "runnableObjectType" | ||||
| "executable" | ||||
| "useViewSpecific" | ||||
| "0" | ||||
| ] | ||||
| ) | ||||
| "TaskSetting" | ||||
| (SettingsMap | ||||
| settingsMap [ | ||||
| "InputFile" | ||||
| "U:/ELN_board/Board/concat/cursor.vhd" | ||||
| "RunFromPlugin" | ||||
| "False" | ||||
| "RunInteractiveFromPlugIn" | ||||
| "True" | ||||
| "createAsciiFile" | ||||
| "False" | ||||
| "createBinaryFile" | ||||
| "False" | ||||
| "createFiles" | ||||
| "True" | ||||
| "createScriptFile" | ||||
| "False" | ||||
| "device" | ||||
| "xc2vp7" | ||||
| "edifngcPath" | ||||
| "U:/ELN_board/Board/concat/cursor.vhd" | ||||
| "effortLevel" | ||||
| "Standard" | ||||
| "family" | ||||
| "virtex2p" | ||||
| "familyName" | ||||
| "virtex2p" | ||||
| "netlist" | ||||
| "other" | ||||
| "netlistDefaultView" | ||||
| "True" | ||||
| "package" | ||||
| "fg456" | ||||
| "simulationModelLanguage" | ||||
| "Modelsim_VHDL" | ||||
| "speed" | ||||
| "-7" | ||||
| "synthTool" | ||||
| "Xilinx XST" | ||||
| "ucfPath" | ||||
| "" | ||||
| "vendor" | ||||
| "xilinx" | ||||
| ] | ||||
| ) | ||||
| ] | ||||
| PreferedTasks [ | ||||
| ] | ||||
| onShortcutBar 0 | ||||
| onPulldownMenu 0 | ||||
| onToolbar 0 | ||||
| enabled 1 | ||||
| hierDepth 3 | ||||
| ) | ||||
| ] | ||||
| ) | ||||
		Reference in New Issue
	
	Block a user