1
0
This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
SEm-ExamMidterm2024/Prefs/hds_user/v2005.1/hds_user_prefs

4257 lines
61 KiB
Plaintext
Raw Normal View History

2024-03-22 12:16:48 +00:00
version "22.1"
SaPreferences [
(AnimPreferences
version "1.1"
startTime 0,0
trailLength 0
markEvalOnly 0
currentVaSet (VaSet
vasetType 1
fg "65535,0,0"
lineColor "65535,0,0"
)
previousVaSet (VaSet
vasetType 1
fg "65535,65535,0"
lineColor "65535,65535,0"
)
evalVaSet (VaSet
vasetType 1
fg "45055,65535,30000"
lineColor "45055,65535,30000"
)
visitedVaSet (VaSet
vasetType 1
fg "29952,39936,65280"
lineColor "29952,39936,65280"
)
unvisitedVaSet (VaSet
vasetType 1
fg "65535,65535,65535"
)
probeRadix 0
)
(CompilationPreferences
)
(GenerationPreferences
automaticTypeConversion 0
genPackages 1
genDependants 0
enableCustomCodeGen 0
useDefaultCustomCodeGenScript 1
verilogSpecViewHeaderString "// hds header_start
//
// Module %(library).%(unit).%(view)
//
// Created:
// by - %(user).%(group) (%(host))
// at - %(time) %(date)
//
// Generated by Mentor Graphics' HDL Designer(TM) %(version)
//
// hds header_end
%(moduleBody)
// hds interface_end
// ### Please start your Verilog code here ###
endmodule"
vhdlConfigsName "%(unit)_config"
vhdlConfigsFileNameTemplate "%(config)"
vhdlConfigsNameTemplate "%(unit)_config"
separateEntity 1
)
(BasePreferences
version "1.1"
textFileExtensions [
"txt"
"ini"
"tcl"
"dcs"
"edif"
"edn"
"edf"
]
textViewPrintingCommands [
(pair
first "Enscript"
second "$HDS_HOME/resources/misc/printText.pl \"%(p)\" -printer %(P) --copies %(copies) -orientation %(orientation) -paper %(paper) -dest %(destination)"
)
]
win32ExportCmdMappings [
(pair
first "CGM Binary"
second "$HDS_HOME/resources/misc/export_tgc.pl cgm \"%(psfile_p)\" \"%(temp_d)\" %(library) %(unit) %(view)"
)
(pair
first "FrameMaker MIF"
second "$HDS_HOME/resources/misc/export_tgc.pl mif \"%(psfile_p)\" \"%(temp_d)\" %(library) %(unit) %(view)"
)
(pair
first "GIF"
second "$HDS_HOME/resources/misc/export_tgc.pl gif \"%(psfile_p)\" \"%(temp_d)\" %(library) %(unit) %(view)"
)
(pair
first "TIFF"
second "$HDS_HOME/resources/misc/export_tgc.pl tif \"%(psfile_p)\" \"%(temp_d)\" %(library) %(unit) %(view)"
)
(pair
first "Windows Bitmap BMP"
second "$HDS_HOME/resources/misc/export_tgc.pl bmp \"%(psfile_p)\" \"%(temp_d)\" %(library) %(unit) %(view)"
)
(pair
first "WindowsEnhancedMetaFile EMF"
second "$HDS_HOME/resources/misc/export_tgc.pl emf \"%(psfile_p)\" \"%(temp_d)\" %(library) %(unit) %(view)"
)
(pair
first "WindowsMetaFile WMF"
second "$HDS_HOME/resources/misc/export_tgc.pl wmf \"%(psfile_p)\" \"%(temp_d)\" %(library) %(unit) %(view)"
)
]
unixExportCmdMappings [
(pair
first "CGM Binary"
second "$HDS_HOME/resources/misc/export_tgc.pl cgm \"%(psfile_p)\" \"%(temp_d)\" %(library) %(unit) %(view)"
)
(pair
first "FrameMaker MIF"
second "$HDS_HOME/resources/misc/export_tgc.pl mif \"%(psfile_p)\" \"%(temp_d)\" %(library) %(unit) %(view)"
)
(pair
first "GIF"
second "$HDS_HOME/resources/misc/export_tgc.pl gif \"%(psfile_p)\" \"%(temp_d)\" %(library) %(unit) %(view)"
)
(pair
first "TIFF"
second "$HDS_HOME/resources/misc/export_tgc.pl tiff \"%(psfile_p)\" \"%(temp_d)\" %(library) %(unit) %(view)"
)
(pair
first "WindowsMetaFile WMF"
second "$HDS_HOME/resources/misc/export_tgc.pl wmf \"%(psfile_p)\" \"%(temp_d)\" %(library) %(unit) %(view)"
)
]
unixEditorCmdMappings [
(pair
first "Dtpad"
second "dtpad '%(p)'"
)
(pair
first "Emacs"
second "emacs +%(l) '%(p)'"
)
(pair
first "Emacs (using server)"
second "emacsclient +%(l) '%(p)'"
)
(pair
first "NEdit"
second "$HDS_HOME/resources/nedit/nedit.sh +%(l) '%(p)'"
)
(pair
first "NEdit (using server)"
second "$HDS_HOME/resources/nedit/nc -noask +%(l) '%(p)'"
)
(pair
first "Textedit"
second "textedit '%(p)'"
)
(pair
first "XEmacs"
second "xemacs +%(l) '%(p)'"
)
(pair
first "XEmacs (using server)"
second "gnuclient +%(l) '%(p)'"
)
(pair
first "XTerm with Editor"
second "cd '%(d)'; xterm -T '%(p)' -n '%(f)' -e \"${EDITOR:-vi}\" '%(f)'"
)
(pair
first "vi"
second "cd '%(d)'; xterm -T '%(p)' -n '%(f)' -e vi +%(l) '%(f)'"
)
]
unixViewerCmdMappings [
(pair
first "Dtpad"
second "dtpad '%(p)' -viewonly"
)
(pair
first "Emacs"
second "emacs +%(l) '%(p)' -f vc-toggle-read-only"
)
(pair
first "NEdit"
second "$HDS_HOME/resources/nedit/nedit.sh -read +%(l) '%(p)'"
)
(pair
first "NEdit (using server)"
second "$HDS_HOME/resources/nedit/nc -noask -read +%(l) '%(p)'"
)
(pair
first "Textedit"
second "textedit '%(p)' -read_only"
)
(pair
first "vi"
second "cd '%(d)'; xterm -T '%(p)' -n '%(f)' -e vi -R +%(l) '%(f)'"
)
]
win32EditorCmdMappings [
(pair
first "Emacs"
second "runemacs.exe +%(l) \"%(p)\""
)
(pair
first "Emacs (using server)"
second "gnuclientw.exe +%(l) \"%(p)\""
)
(pair
first "HDL Turbo Writer"
second "TWriter.exe \"%(p)\" -G%(l)"
)
(pair
first "Notepad"
second "notepad.exe \"%(p)\""
)
(pair
first "Textpad 3.2"
second "txtpad32.exe \"%(p)(%(l))\""
)
(pair
first "Textpad 4.0"
second "textpad.exe \"%(p)(%(l))\""
)
(pair
first "UltraEdit"
second "uedit32.exe \"%(p)/%(l)\""
)
(pair
first "WinEdit"
second "WinEdit.exe \"%(p)\" -# %(l)"
)
(pair
first "Wordpad"
second "wordpad.exe \"%(p)\""
)
]
win32ViewerCmdMappings [
(pair
first "Emacs"
second "runemacs.exe +%(l) \"%(p)\" -f vc-toggle-read-only"
)
(pair
first "HDL Turbo Writer"
second "TWriter.exe \"%(p)\" -XBufSetReadOnly -G%(l)"
)
(pair
first "Notepad"
second "notepad.exe \"%(p)\""
)
(pair
first "Textpad 3.2"
second "txtpad32.exe -r \"%(p)(%(l))\""
)
(pair
first "Textpad 4.0"
second "textpad.exe -r \"%(p)(%(l))\""
)
(pair
first "UltraEdit"
second "uedit32.exe \"%(p)/%(l)\" /r"
)
]
defaultTextPrintingCmd "Enscript"
win32DefaultEditor "UltraEdit"
win32DefaultViewer "UltraEdit"
unixDefaultEditor "Builtin"
unixDefaultViewer "Builtin"
verilogSearchPath ""
syscUserIncPath ""
cppIncPath ""
printerCmdString "lp -c"
tabWidth 3
vhdlEntityExtension "vhd"
vhdlArchitectureExtensions [
"vhd"
"vhdl"
"vho"
]
verilogArchitectureExtensions [
"v"
"vlg"
"verilog"
"vo"
]
verilogDefaultSaveName "untitled"
vhdlDefaultSaveName "untitled"
toolbarVisibility [
"BdWindow:VersionManagement"
"SymbolWindow:VersionManagement"
"TtWindow:VersionManagement"
"FcWindow:VersionManagement"
"StdWindow:VersionManagement"
]
seperateElseBegincheck 1
userDefinedSimulatorTasks [
]
userDefinedSynthesisTasks [
]
simulator "ModelSim 5.1"
tempDirectory "C:\\eda\\temp"
projectPaths [
""
"C:\\eda\\hds2\\examples\\examples.hdp"
]
libMappingsRootDir ""
teamLibMappingsRootDir ""
projectSetupRootDir ""
defaultPackages "LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.numeric_std.all;
"
defaultFont "Arial,8,0"
tableFont "Tahoma,10,0"
pageSetupInfo (PageSetupInfo
ptrCmd ""
toPrinter 1
)
pageSizes [
]
exportPageSetupInfo (PageSetupInfo
ptrCmd "FrameMaker MIF"
toPrinter 1
)
exportHTMLPageSetupInfo (PageSetupInfo
ptrCmd ""
toPrinter 1
)
customPaperSizeInfo [
]
exportImageSizeInfo [
(StringtoTwoInts
name "A4 (134mm x 110mm)"
width 379
height 313
)
(StringtoTwoInts
name "A4 (134mm x 221mm)"
width 379
height 626
)
(StringtoTwoInts
name "Letter (5.5\" x 4\")"
width 396
height 288
)
(StringtoTwoInts
name "Letter (5.5\" x 8\")"
width 396
height 576
)
]
titleBlockPath "$HDS_TEAM_VER\\title_block.tmpl"
win32CustomColours (win32CustomColours
color0 16777215
color1 16777215
color2 16777215
color3 16777215
color4 16777215
color5 16777215
color6 16777215
color7 16777215
color8 16777215
color9 16777215
color10 16777215
color11 16777215
color12 16777215
color13 16777215
color14 16777215
color15 16777215
)
userFileNames 1
commentGraphicShapeVaSet (VaSet
vasetType 1
fg "49152,49152,49152"
)
pageConnTextVaSet (VaSet
fg "0,0,50000"
font "arial,8,1"
)
teamPrefsPath "V:\\software\\settings\\mentor\\hds\\hds_team"
remoteSimPath "$HDS_TEAM_VER\\remote"
defUsrPropsFile "$HDS_TEAM_VER\\generation\\props\\ls_props.ini"
defaultTclScript "$HDS_TEAM_VER\\generation\\tcl\\SynPropsTemplate.tcl"
vmCheckInDesc ""
userVariables [
(pair
first " "
second " "
)
(pair
first "task_ADMS"
second ""
)
(pair
first "task_DesignCompilerPath"
second ""
)
(pair
first "task_LeonardoPath"
second ""
)
(pair
first "task_ModelSimPath"
second ""
)
(pair
first "task_NC"
second ""
)
(pair
first "task_PrecisionRTLPath"
second ""
)
(pair
first "task_VCSPath"
second ""
)
]
defaultCategoryTemplates [
1
"architecture.vhd"
2
"entity.vhd"
3
"combined.vhd"
4
"package_header.vhd"
5
"package_body.vhd"
6
"verilog_include.v"
7
"module_migrated.v"
]
defaultCategoryTemplatesPrefs [
1
0
2
0
3
0
4
0
5
0
6
0
7
0
]
tasksOrder [
"USER:Generate"
"USER:DesignAnalyst Flow"
"USER:Migrated Simulation Flow"
"USER:Migrated Synthesis Flow"
"USER:I/O Design Flow"
"USER:DesignWave Invoke"
"USER:DesignWave HDL Generator"
"USER:FPGA Technology Setup"
"USER:FPGA Library Compile"
"USER:Xilinx Platform Studio"
"USER:Xilinx Synthesis Tool"
"USER:Xilinx Synthesis Tool Flow"
"USER:Xilinx Place and Route"
"USER:Altera SOPC Builder"
"USER:Quartus QIS"
"USER:Quartus QIS Flow"
"USER:Quartus Place and Route"
]
tasksToolbarOrder [
"\"USER:DesignAnalyst Flow\""
"USER:Generate"
]
tasksMenubarOrder [
"\"USER:DesignAnalyst Flow\""
"USER:Generate"
]
tasksShortcutbarOrder [
"New Tool..."
"New Flow..."
"Task Manager"
"\"USER:DesignAnalyst Flow\""
"USER:Generate"
"\"USER:Xilinx Synthesis Tool Flow\""
"\"USER:Quartus QIS Flow\""
]
taskPreferences [
(TaskPref
taskName "\"TEAM:Merge Comment Regular Libs\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "3"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"TEAM:ModelSim Flow\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second "true"
)
(pair
first "onShortcutBar"
second "true"
)
(pair
first "onToolbar"
second "true"
)
]
)
(TaskPref
taskName "\"TEAM:ModelSim Flow\" \"TEAM:ModelSim Compile\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second "true"
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"TEAM:ModelSim Flow\" \"TEAM:ModelSim Simulate\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "3"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second "true"
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"TEAM:Precision Synthesis Flow\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second "true"
)
(pair
first "onShortcutBar"
second "true"
)
(pair
first "onToolbar"
second "true"
)
]
)
(TaskPref
taskName "\"TEAM:Xilinx CORE Generator\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "3"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second "true"
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:Altera SOPC Builder\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "3"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:DesignAnalyst Flow\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second "true"
)
(pair
first "onShortcutBar"
second "true"
)
(pair
first "onToolbar"
second "true"
)
]
)
(TaskPref
taskName "\"USER:DesignAnalyst Flow\" USER:DesignAnalyst"
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:DesignAnalyst Flow\" USER:Generate"
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:DesignWave HDL Generator\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "3"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:DesignWave Invoke\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "3"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:FPGA Library Compile\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "3"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:FPGA Technology Setup\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "3"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:I/O Design Flow\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:I/O Design Flow\" \"USER:I/O Design\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "3"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:I/O Design Flow\" USER:Generate"
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:Migrated Simulation Flow\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:Migrated Simulation Flow\" \"USER:ModelSim Compile\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:Migrated Simulation Flow\" \"USER:ModelSim Simulate\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "3"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:Migrated Simulation Flow\" USER:Generate"
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:Migrated Synthesis Flow\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:Migrated Synthesis Flow\" \"USER:LeonardoSpectrum Prepare Data\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:Migrated Synthesis Flow\" \"USER:LeonardoSpectrum Synthesis Invoke\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "3"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:Migrated Synthesis Flow\" USER:Generate"
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:Quartus Place and Route\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "3"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:Quartus QIS Flow\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second "true"
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:Quartus QIS Flow\" \"USER:Quartus QIS\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:Quartus QIS Flow\" USER:Generate"
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:Quartus QIS\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:Quartus QIS\" \"USER:Quartus QIS Invoke\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "3"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:Quartus QIS\" \"USER:Quartus QIS Prepare Data\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:Xilinx Place and Route\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "3"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:Xilinx Platform Studio\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "3"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:Xilinx Synthesis Tool Flow\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second "true"
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:Xilinx Synthesis Tool Flow\" \"USER:Xilinx Synthesis Tool\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:Xilinx Synthesis Tool Flow\" USER:Generate"
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:Xilinx Synthesis Tool\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:Xilinx Synthesis Tool\" \"USER:XST Invoke\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "3"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "\"USER:Xilinx Synthesis Tool\" \"USER:XST Prepare Data\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "TEAM:Generate"
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second "true"
)
(pair
first "onShortcutBar"
second "true"
)
(pair
first "onToolbar"
second "true"
)
]
)
(TaskPref
taskName "TEAM:LeonardoSpectrum"
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second "true"
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "TEAM:LeonardoSpectrum \"TEAM:LeonardoSpectrum Prepare Data\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "TEAM:LeonardoSpectrum \"TEAM:LeonardoSpectrum Synthesis Invoke\""
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "3"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "TEAM:Merge"
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second ""
)
(pair
first "onShortcutBar"
second ""
)
(pair
first "onToolbar"
second ""
)
]
)
(TaskPref
taskName "USER:Generate"
taskPrefStringMap [
(pair
first "enabled"
second ""
)
(pair
first "hierLevel"
second "1"
)
(pair
first "onPulldownMenu"
second "true"
)
(pair
first "onShortcutBar"
second "true"
)
(pair
first "onToolbar"
second "true"
)
]
)
]
mwParamsVisibility (mwParamsVisibilityOptions
)
singleUser 1
searchStrings [
]
hdlWorkspaceLocation ""
hdsWorkspaceLocation ""
vmLabelLatestDontAskAgain 0
vmLabelWorkspaceDontAskAgain 0
logWindowGeometry "600x200-0+0"
diagramBrowserTabNo 1
)
(CustomizeUserPreferences
version "1.0"
FileTypes [
(FileTypeState
Extension "c"
Description "C Source File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\c_source.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
(ActionState
Name "New"
Tool "<Default Text Editor>"
Arguments ""
)
(ActionState
Name "Generate"
Tool "USER:C/C++ Wrapper Generator"
Arguments ""
)
]
)
(FileTypeState
Extension "cpp"
Description "C++ Source File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\cpp_source.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
(ActionState
Name "New"
Tool "<Default Text Editor>"
Arguments ""
)
(ActionState
Name "Generate"
Tool "USER:C/C++ Wrapper Generator"
Arguments ""
)
]
)
(FileTypeState
Extension "xdb"
Description "Mentor Graphics Binary Synthesis File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\xdb.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "None"
Arguments ""
)
(ActionState
Name "New"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "sdf"
Description "Standard Delay Format File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\sdf.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
(ActionState
Name "New"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "mif"
Description "Memory Initialization File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\mif.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
(ActionState
Name "New"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "hex"
Description "HEX-Format File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\hex.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
(ActionState
Name "New"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "sdc"
Description "Synopsys Design Constraint File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\sdc.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
(ActionState
Name "New"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "ncf"
Description "Xilinx Netlist Constraint File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\ncf.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
(ActionState
Name "New"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "rep"
Description "Report File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\rep.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
(ActionState
Name "New"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "log"
Description "Log File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\log.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
(ActionState
Name "New"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "wdb"
Description "DesignWave Waveform Database"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\wdb.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "New"
Tool "USER:DesignWave Invoke"
Arguments ""
)
(ActionState
Name "View"
Tool "USER:DesignWave Invoke"
Arguments ""
)
(ActionState
Name "Open"
Tool "USER:DesignWave Invoke"
Arguments ""
)
(ActionState
Name "Generate"
Tool "USER:DesignWave HDL Generator"
Arguments ""
)
]
)
(FileTypeState
Extension "vcd"
Description "Value Change Dump File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\vcd.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "USER:DesignWave Invoke"
Arguments ""
)
]
)
(FileTypeState
Extension "ctr"
Description "Constraint File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\sdc.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "syr"
Description "Xilinx Synthesis Report"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\rep.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "par"
Description "Xilinx Place and Route Report"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\rep.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "twr"
Description "Xilinx Static Timing Report"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\rep.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "drc"
Description "Xilinx Design Rule Checking Report"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\rep.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "bgn"
Description "Xilinx Bitstream Generation Report"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\rep.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "mrp"
Description "Xilinx Mapping Report"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\rep.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "pad_txt"
Description "Xilinx Pad Report"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\rep.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "xcf"
Description "Xilinx Synthesis Constraints File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\ncf.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "pcf"
Description "Xilinx Place and Route Constraints File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\ncf.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "bld"
Description "Xilinx NGDBuild Log"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\log.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "bit"
Description "Xilinx Bit File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\placeroute.bmp"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "bin"
Description "Xilinx Binary Configuration File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\placeroute.bmp"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "rbt"
Description "Xilinx ASCII Configuration File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\placeroute.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "jed"
Description "Xilinx Jedec Bit Map File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\placeroute.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "ngc"
Description "Xilinx Netlist File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\synthesis.bmp"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "npl"
Description "Xilinx ISE Project File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\..\\tools\\tool_xilinx_projnav.bmp"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "qpf"
Description "Quartus Project File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\..\\tools\\tool_altera_quartus.bmp"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "qsf"
Description "Quartus Settings and Assigments"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\..\\tools\\tool_quartus_synthesis.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "qws"
Description "Quartus Workspace"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\..\\tools\\tool_quartus_synthesis.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "args"
Description "Quartus Arguments"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\..\\tools\\tool_quartus_synthesis.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "rpt"
Description "Quartus Report File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\rep.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "summary"
Description "Quartus Summary File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\rep.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "eqn"
Description "Quartus Equation File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\text.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "pin"
Description "Quartus Pin Information File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\text.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "sdo"
Description "Standard Delay File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\sdf.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "xrf"
Description "Cross Reference File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\text.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "sof"
Description "Quartus Programming File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\placeroute.bmp"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "ttf"
Description "Quartus Text Tabular Format Programming File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\placeroute.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
]
)
(FileTypeState
Extension "psl"
Description "Property Specification Language File"
Bitmap "$HDS_HOME\\resources\\bitmaps\\types\\psl.bmp"
DefaultAction "Open"
Actions [
(ActionState
Name "New"
Tool "<Default Text Editor>"
Arguments ""
)
(ActionState
Name "Open"
Tool "<Default Text Editor>"
Arguments ""
)
(ActionState
Name "View"
Tool "<Default Text Viewer>"
Arguments ""
)
]
)
]
)
(BdPreferences
version "1.1"
defaultSaveName "struct"
packageListLabelVaSet (VaSet
font "arial,8,1"
)
packageListFontVaSet (VaSet
)
commentTextFontVaSet (VaSet
fg "0,0,32768"
)
commentTextShapeVaSet (VaSet
vasetType 1
fg "65280,65280,46080"
lineColor "0,0,32768"
)
gridVisible 1
gridSnapping 1
gridHorizSpacing 1000
gridVertSpacing 1000
gridHorizShown 1
gridVertShown 1
gridColor "26368,26368,26368"
diagramBackground "65535,65535,65535"
CompDirLabelVaSet (VaSet
font "Arial,8,1"
)
CompDirValueVaSet (VaSet
)
defaultPanelName "Panel0"
panelShapeVaSet (VaSet
vasetType 1
fg "65535,65535,65535"
lineColor "32768,0,0"
lineWidth 3
)
panelTextVaSet (VaSet
font "Arial,8,1"
)
hdlTextName "eb1"
signalName "sig0"
busName "dbus0"
vhdlSignalType "std_logic"
vhdlBusType "std_logic_vector"
vhdlConstraintType 0
vhdlUserEntered ""
vhdlLeftBound "15"
vhdlRightBound "0"
vhdlBoundSetting "DOWNTO"
verilogType "wire"
verilogLeftBound "15"
verilogRightBound "0"
bundleName "bundle0"
instanceName "I0"
globalConnectorName "G"
showAttributes 0
syntaxChecked 1
useSymbolAttributes 1
visibilityPrefs [
(StringToBool
display "Compiler Directives (Verilog)"
status 1
)
(StringToBool
display "Declaration"
status 1
)
(StringToBool
display "Package List (VHDL)"
status 1
)
]
showVhdlSignalName 1
showVhdlTypeConstraint 1
showVhdlTypeFields 0
showVhdlInitValue 0
showVhdlSignalDeclSameLine 1
vhdlConstraintFullForm 0
showVlogSignalName 1
showVlogTypeConstraint 1
showVlogTypeFields 0
showVlogDelay 0
showVlogSignalDeclSameLine 1
showVhdlPortName 1
showVhdlPortTypeConstraint 0
showVhdlPortTypeFields 0
showVhdlPortInitValue 0
showVhdlPortDeclSameLine 1
vhdlPortConstraintFullForm 0
showVlogPortName 1
showVlogPortTypeConstraint 0
showVlogPortTypeFields 0
showVlogPortDelay 0
showVlogPortDeclSameLine 1
connectorShape 2
blockVaSet (VaSet
vasetType 1
fg "39936,56832,65280"
lineColor "0,0,32768"
lineWidth 2
)
cptVaSet (VaSet
vasetType 1
fg "0,65535,0"
lineColor "0,32896,0"
lineWidth 2
)
blockPortVaSet (VaSet
vasetType 1
)
blockPortBufferVaSet (VaSet
vasetType 1
fg "65535,65535,65535"
bg "0,0,0"
)
cptPortVaSet (VaSet
vasetType 1
fg "0,65535,0"
)
cptPortBufferVaSet (VaSet
vasetType 1
fg "65535,65535,65535"
)
hdlTextVaSet (VaSet
vasetType 1
fg "65535,65535,37120"
lineColor "0,0,32768"
lineWidth 2
)
globalConnectorVaSet (VaSet
vasetType 1
fg "65535,65535,0"
)
ripperVaSet (VaSet
vasetType 1
)
portIoVaSet (VaSet
vasetType 1
fg "0,0,32768"
)
portIoBufferVaSet (VaSet
vasetType 1
fg "65535,65535,65535"
lineColor "0,0,32768"
)
danglingDotShapeVaSet (VaSet
vasetType 1
fg "65535,65535,65535"
lineColor "65535,0,0"
)
signalVaSet (VaSet
vasetType 3
)
busVaSet (VaSet
vasetType 3
lineWidth 2
)
bundleVaSet (VaSet
vasetType 3
lineColor "32768,0,0"
lineStyle 3
lineWidth 2
)
blockFontVaSet (VaSet
font "Arial,8,1"
)
cptFontVaSet (VaSet
font "Arial,8,1"
)
signalFontVaSet (VaSet
)
bundleFontVaSet (VaSet
)
cptPortFontVaSet (VaSet
)
hdlTextFontVaSet (VaSet
font "Arial,8,1"
)
embeddedTextVaSet (VaSet
)
embeddedTextShapeVaSet (VaSet
vasetType 1
fg "65535,65535,65535"
lineColor "0,0,32768"
lineWidth 2
)
globalConnectorFontVaSet (VaSet
font "Arial,8,1"
)
genericAssocFontVaSet (VaSet
font "Courier New,8,0"
)
portMapFrameVaSet (VaSet
vasetType 1
fg "65535,65535,65535"
lineColor "0,0,32768"
lineWidth 2
)
portMapNameVaSet (VaSet
)
genFrameVaSet (VaSet
vasetType 1
fg "65535,65535,65535"
lineColor "26368,26368,26368"
lineStyle 2
lineWidth 3
)
blkFrameVaSet (VaSet
vasetType 1
fg "65535,65535,65535"
lineColor "26368,26368,26368"
lineStyle 1
lineWidth 3
)
frameTxtVaSet (VaSet
)
foreignCptVaSet (VaSet
vasetType 1
fg "0,65535,0"
lineColor "0,32896,0"
lineWidth 2
)
order 0
archDeclarativeBlockLabelText "Declarations"
archDeclarativeBlockLabelVaSet (VaSet
font "Arial,8,1"
)
archDeclarativeBlockValueVaSet (VaSet
font "Courier New,8,0"
)
)
(FcPreferences
version "1.1"
defaultSaveName "flow"
packageListLabelVaSet (VaSet
font "arial,8,1"
)
packageListFontVaSet (VaSet
)
commentTextFontVaSet (VaSet
fg "0,0,32768"
)
commentTextShapeVaSet (VaSet
vasetType 1
fg "65280,65280,46080"
lineColor "0,0,32768"
)
gridVisible 1
gridSnapping 1
gridHorizSpacing 1000
gridVertSpacing 1000
gridHorizShown 1
gridVertShown 1
gridColor "26368,26368,26368"
diagramBackground "65535,65535,65535"
CompDirLabelVaSet (VaSet
font "Arial,8,1"
)
CompDirValueVaSet (VaSet
)
defaultPanelName "Panel0"
panelShapeVaSet (VaSet
vasetType 1
fg "65535,65535,65535"
lineColor "32768,0,0"
lineWidth 3
)
panelTextVaSet (VaSet
font "Arial,8,1"
)
actionBoxShapeVaSet (VaSet
vasetType 1
fg "0,65535,65535"
lineColor "0,32768,49152"
lineWidth 2
)
actionBoxNameVaSet (VaSet
fg "0,32768,49152"
)
actionBoxActionsVaSet (VaSet
)
compActionBoxShapeVaSet (VaSet
vasetType 1
fg "29952,39936,65280"
lineWidth 2
)
compActionBoxNameVaSet (VaSet
font "Arial,10,1"
)
decisionBoxShapeVaSet (VaSet
vasetType 1
fg "65535,65535,37120"
lineWidth 2
)
decisionBoxNameVaSet (VaSet
fg "0,32768,49152"
)
decisionBoxConditionVaSet (VaSet
)
decisionBoxLabelVaSet (VaSet
fg "32768,0,0"
font "Arial,8,1"
)
waitBoxShapeVaSet (VaSet
vasetType 1
fg "65535,0,0"
)
waitBoxNameVaSet (VaSet
fg "0,32768,49152"
)
waitBoxConditionVaSet (VaSet
)
startPointShapeVaSet (VaSet
vasetType 1
fg "49152,0,49152"
lineWidth 2
)
startPointLabelVaSet (VaSet
fg "65535,65535,65535"
font "Arial,10,1"
)
endPointShapeVaSet (VaSet
vasetType 1
fg "49152,0,49152"
lineWidth 2
)
endPointLabelVaSet (VaSet
fg "65535,65535,65535"
font "Arial,10,1"
)
startLoopShapeVaSet (VaSet
vasetType 1
fg "0,65535,0"
lineColor "0,32896,0"
lineWidth 2
)
startLoopNameVaSet (VaSet
fg "0,32768,49152"
)
startLoopLabelVaSet (VaSet
font "Arial,8,1"
)
startLoopConditionVaSet (VaSet
)
endLoopShapeVaSet (VaSet
vasetType 1
fg "0,65535,0"
lineColor "0,32896,0"
lineWidth 2
)
endLoopLabelVaSet (VaSet
font "Arial,8,1"
)
startCaseShapeVaSet (VaSet
vasetType 1
fg "65535,65535,37120"
lineWidth 2
)
startCaseNameVaSet (VaSet
fg "0,32768,49152"
)
startCaseLabelVaSet (VaSet
font "Arial,8,1"
)
startCaseExpressionVaSet (VaSet
)
endCaseShapeVaSet (VaSet
vasetType 1
fg "65535,65535,37120"
lineWidth 2
)
endCaseLabelVaSet (VaSet
font "Arial,8,1"
)
casePortShapeVaSet (VaSet
vasetType 1
fg "65535,0,0"
fillStyle 12
)
casePortNameVaSet (VaSet
font "Arial,8,1"
)
flowShapeVaSet (VaSet
vasetType 3
)
flowJoinVaSet (VaSet
vasetType 1
)
flowConnectShapeVaSet (VaSet
vasetType 1
fg "65535,0,0"
lineColor "65535,0,0"
fillStyle 12
)
archDeclarativeBlockLabelVaSet (VaSet
font "Arial,8,1"
)
archDeclarativeBlockValueVaSet (VaSet
)
archConcurrentStatementBlockLabelVaSet (VaSet
font "Arial,8,1"
)
archConcurrentStatementBlockValueVaSet (VaSet
)
processDeclarativeBlockLabelVaSet (VaSet
font "Arial,8,1"
)
processDeclarativeBlockValueVaSet (VaSet
)
sensitivityListBlockLabelVaSet (VaSet
font "Arial,8,1"
)
sensitivityListBlockValueVaSet (VaSet
)
visibilityPrefs [
(StringToBool
display "Architecture Declarations (VHDL)"
status 1
)
(StringToBool
display "Compiler Directives (Verilog)"
status 1
)
(StringToBool
display "Concurrent Statements"
status 1
)
(StringToBool
display "Local Declarations (Verilog)"
status 1
)
(StringToBool
display "Module Declarations (Verilog)"
status 1
)
(StringToBool
display "Package List (VHDL)"
status 1
)
(StringToBool
display "Process Declarations (VHDL)"
status 1
)
(StringToBool
display "Sensitivity List"
status 1
)
]
)
(BrowserPreferences
Browser0 (WindowState
Height 570
LibraryStates [
(LibraryState
Expanded 1
Hide 0
Name "UART_TXT"
)
(LibraryState
Expanded 1
Hide 0
Name "UART"
)
(LibraryState
Expanded 1
Hide 0
Name "UART_V"
)
]
SubWindows [
(SubWindowState
Expanded 0
Hidden 0
)
(SubWindowState
Expanded 0
Hidden 0
)
(SubWindowState
Expanded 0
Hidden 0
)
(SubWindowState
Expanded 0
Hidden 0
)
]
Width 770
XPos 100
YPos 100
)
MiniBrowser (WindowState
Height 500
LibraryStates [
(LibraryState
Expanded 1
Hide 0
Name "moduleware"
)
]
SubWindows [
]
Width 250
XPos 100
YPos 100
)
NumberOfBrowsers 1
version "1.1"
)
(SmPreferences
version "1.1"
defaultSaveName "fsm"
packageListLabelVaSet (VaSet
font "arial,8,1"
)
packageListFontVaSet (VaSet
)
commentTextFontVaSet (VaSet
fg "0,0,32768"
)
commentTextShapeVaSet (VaSet
vasetType 1
fg "65280,65280,46080"
lineColor "0,0,32768"
)
gridVisible 0
gridSnapping 0
gridHorizSpacing 1000
gridVertSpacing 1000
gridHorizShown 1
gridVertShown 1
gridColor "26368,26368,26368"
diagramBackground "65535,65535,65535"
CompDirLabelVaSet (VaSet
font "Arial,8,1"
)
CompDirValueVaSet (VaSet
)
defaultPanelName "Panel0"
panelShapeVaSet (VaSet
vasetType 1
fg "65535,65535,65535"
lineColor "32768,0,0"
lineWidth 3
)
panelTextVaSet (VaSet
font "Arial,8,1"
)
visibilityPrefs [
(StringToBool
display "Architecture Declarations (VHDL)"
status 1
)
(StringToBool
display "Compiler Directives (Verilog)"
status 1
)
(StringToBool
display "Concurrent Statements"
status 1
)
(StringToBool
display "Global Actions"
status 1
)
(StringToBool
display "Module Declarations (Verilog)"
status 1
)
(StringToBool
display "Package List (VHDL)"
status 1
)
(StringToBool
display "Process Declarations (VHDL)"
status 1
)
(StringToBool
display "Signal Status"
status 1
)
(StringToBool
display "State Register Statements"
status 1
)
]
clockNameVaSet (VaSet
font "arial,8,0"
)
clockShapeVaSet (VaSet
vasetType 1
fg "65535,65535,0"
)
resetNameVaSet (VaSet
font "arial,8,0"
)
resetShapeVaSet (VaSet
vasetType 1
fg "65535,65535,0"
)
enableNameVaSet (VaSet
font "arial,8,0"
)
enableShapeVaSet (VaSet
vasetType 1
fg "65535,65535,0"
)
ccondNameVaSet (VaSet
font "arial,8,0"
)
ccondShapeVaSet (VaSet
vasetType 1
fg "65535,65535,65535"
lineColor "0,32768,49152"
)
recoveryShapeVaSet (VaSet
vasetType 1
fg "65535,0,0"
)
stateShapeVaSet (VaSet
vasetType 1
fg "0,65535,65535"
lineColor "0,32768,49152"
lineWidth 2
)
stateNameVaSet (VaSet
font "Arial,10,1"
)
stateEncodingVaSet (VaSet
font "Arial,8,1"
)
stateActionsVaSet (VaSet
)
stateActionShapeVaSet (VaSet
vasetType 1
fg "65535,65535,65535"
bg "0,0,0"
lineColor "39936,56832,65280"
lineWidth -1
)
stateCaseVaSet (VaSet
font "Arial,8,1"
)
cStateShapeVaSet (VaSet
vasetType 1
fg "29952,39936,65280"
lineColor "0,0,32768"
lineWidth 2
)
cStateNameVaSet (VaSet
font "Arial,10,1"
)
junctionShapeVaSet (VaSet
vasetType 1
fg "59904,39936,65280"
)
junctionNameVaSet (VaSet
font "Arial,8,1"
)
junctionSymbolVaSet (VaSet
font "Arial,10,1"
)
entryPointShapeVaSet (VaSet
vasetType 1
fg "29952,39936,65280"
)
interruptPointShapeVaSet (VaSet
vasetType 1
fg "65535,0,0"
)
linkShapeVaSet (VaSet
vasetType 1
fg "65535,65535,0"
bg "0,0,0"
)
linkNameVaSet (VaSet
font "Arial,8,1"
)
exitPointShapeVaSet (VaSet
vasetType 1
fg "29952,39936,65280"
)
wStateShapeVaSet (VaSet
vasetType 1
fg "0,65535,65535"
lineColor "26368,26368,26368"
lineWidth 2
)
wStateTextVaSet (VaSet
fg "0,0,32768"
font "arial,10,1"
)
tBlockShapeVaSet (VaSet
vasetType 1
fg "65535,65535,65535"
bg "0,0,0"
lineColor "0,32768,49152"
)
tBlockLineVaSet (VaSet
vasetType 3
)
tBlockConditionVaSet (VaSet
)
tBlockActionsVaSet (VaSet
)
tPriorityRadius 40
tPriorityShapeVaSet (VaSet
vasetType 1
fg "65535,65535,65535"
bg "0,0,0"
)
tPriorityNameVaSet (VaSet
)
transitionShapeVaSet (VaSet
vasetType 3
)
localDeclLabelVaSet (VaSet
font "Arial,8,1"
)
localDeclValueVaSet (VaSet
font "Courier New,8,0"
)
processDeclLabelVaSet (VaSet
font "Arial,8,1"
)
processDeclValueVaSet (VaSet
font "Courier New,8,0"
)
globalActionsLabelVaSet (VaSet
font "Arial,8,1"
)
globalActionsValueVaSet (VaSet
)
stateRegBlkLabelVaSet (VaSet
font "Arial,8,1"
)
stateRegBlkValueVaSet (VaSet
)
signalsGenStatusVaSet (VaSet
font "Arial,8,1"
)
signalsGenStatusValueVaSet (VaSet
font "Courier New,8,0"
)
archConcurrentStatementBlockLabelVaSet (VaSet
font "Arial,8,1"
)
archConcurrentStatementBlockValueVaSet (VaSet
)
outputSignalStatus 1
internalSignalStatus 2
showPropsDlgMsg 1
)
(H2gPreferences
filesAdded [
]
h2gFileListHistory [
]
libraryNames [
]
librarySearchPath [
]
searchLibraries [
]
)
(SymbolPreferences
version "1.1"
defaultSaveName ""
packageListLabelVaSet (VaSet
font "arial,8,1"
)
packageListFontVaSet (VaSet
)
commentTextFontVaSet (VaSet
fg "0,0,32768"
)
commentTextShapeVaSet (VaSet
vasetType 1
fg "65280,65280,46080"
lineColor "0,0,32768"
)
gridVisible 1
gridSnapping 1
gridHorizSpacing 1000
gridVertSpacing 1000
gridHorizShown 1
gridVertShown 1
gridColor "26368,26368,26368"
diagramBackground "65535,65535,65535"
CompDirLabelVaSet (VaSet
font "arial,8,1"
)
CompDirValueVaSet (VaSet
font "arial,8,0"
)
defaultPanelName "Panel0"
panelShapeVaSet (VaSet
vasetType 1
fg "65535,65535,65535"
lineColor "32768,0,0"
lineWidth 3
)
panelTextVaSet (VaSet
font "Arial,8,1"
)
bodyVaSet (VaSet
vasetType 1
fg "0,65535,0"
lineColor "0,32896,0"
lineWidth 2
)
cptPortVaSet (VaSet
vasetType 1
fg "0,65535,0"
)
cptPortBufferVaSet (VaSet
vasetType 1
fg "65535,65535,65535"
bg "0,0,0"
)
bodyFontVaSet (VaSet
font "Arial,8,1"
)
cptPortFontVaSet (VaSet
)
genericInterfaceFontVaSet (VaSet
font "Courier New,8,0"
)
portRowVaSet (VaSet
vasetType 4
font "Tahoma,10,0"
)
groupRowVaSet (VaSet
vasetType 4
bg "39936,56832,65280"
font "Tahoma,10,0"
)
headCellVaSet (VaSet
vasetType 4
bg "49152,49152,49152"
font "Tahoma,10,0"
)
gridVaSet (VaSet
vasetType 4
fg "49152,49152,49152"
bg "0,49152,49152"
font "Tahoma,10,0"
)
propColVaSet (VaSet
vasetType 4
bg "0,49152,49152"
font "Tahoma,10,0"
)
visibilityPrefs [
(StringToBool
display "Compiler Directives (Verilog)"
status 1
)
(StringToBool
display "Declarations"
status 1
)
(StringToBool
display "Package List (VHDL)"
status 1
)
]
cptPortInName "In0"
cptPortOutName "Out0"
cptPortInOutName "InOut0"
cptPortBufferName "Buffer0"
groupName "Group0"
cptPortVhdlType "std_logic_vector"
cptPortVerilogType "wire"
cptPortVhdlUserEntered ""
cptPortVhdlLb "15"
cptPortVhdlRb "0"
cptPortVhdlBs "DOWNTO"
cptPortVerilogLb "15"
cptPortVerilogRb "0"
cptPortVhdlConstraintType 0
DeclarativeBlockLabelText "Declarations"
DeclarativeBlockLabelVaSet (VaSet
font "Arial,8,1"
)
DeclarativeBlockValueVaSet (VaSet
font "Courier New,8,0"
)
DeclarativeBlockPortVaSet (VaSet
font "Courier New,8,0"
)
order 0
editSignalScope 4
)
(TtPreferences
version "1.1"
defaultSaveName "tbl"
gridVisible 0
gridSnapping 1
gridHorizSpacing 1000
gridVertSpacing 1000
gridHorizShown 1
gridVertShown 1
gridColor "65535,0,0"
diagramBackground "65535,65535,65535"
CompDirLabelVaSet (VaSet
)
CompDirValueVaSet (VaSet
)
defaultPanelName ""
textVaSet (VaSet
)
highlightVaSet (VaSet
vasetType 0
fg "65535,0,0"
bg "65535,0,0"
)
inputExpressionVaSet (VaSet
vasetType 0
fg "39936,56832,65280"
bg "39936,56832,65280"
)
inputColumnVaSet (VaSet
vasetType 0
fg "0,65535,65535"
bg "0,65535,65535"
)
outputExpressionVaSet (VaSet
vasetType 0
fg "65535,65535,37120"
bg "65535,65535,37120"
)
outputColumnVaSet (VaSet
vasetType 0
fg "65280,65280,46080"
bg "65280,65280,46080"
)
)
(DMPreferences
version "1.1"
)
(AsmPreferences
version "1.1"
defaultSaveName "asm"
packageListLabelVaSet (VaSet
font "arial,8,1"
)
packageListFontVaSet (VaSet
)
commentTextFontVaSet (VaSet
fg "0,0,32768"
)
commentTextShapeVaSet (VaSet
vasetType 1
fg "65280,65280,46080"
lineColor "0,0,32768"
)
gridVisible 1
gridSnapping 1
gridHorizSpacing 1000
gridVertSpacing 1000
gridHorizShown 1
gridVertShown 1
gridColor "26368,26368,26368"
diagramBackground "65535,65535,65535"
CompDirLabelVaSet (VaSet
font "Arial,8,1"
)
CompDirValueVaSet (VaSet
)
defaultPanelName "Panel0"
panelShapeVaSet (VaSet
vasetType 1
fg "65535,65535,65535"
lineColor "32768,0,0"
lineWidth 3
)
panelTextVaSet (VaSet
font "Arial,8,1"
)
interruptShapeVaSet (VaSet
vasetType 1
fg "65535,0,0"
)
resetNameVaSet (VaSet
)
resetShapeVaSet (VaSet
vasetType 1
fg "65535,65535,0"
)
recoveryShapeVaSet (VaSet
vasetType 1
fg "65535,0,0"
)
clockNameVaSet (VaSet
)
clockShapeVaSet (VaSet
vasetType 1
fg "65535,65535,0"
)
enableNameVaSet (VaSet
)
enableShapeVaSet (VaSet
vasetType 1
fg "65535,65535,0"
)
ccondNameVaSet (VaSet
)
ccondShapeVaSet (VaSet
vasetType 1
fg "65535,65535,65535"
lineColor "0,32768,49152"
)
stateBoxShapeVaSet (VaSet
vasetType 1
fg "0,65535,65535"
lineColor "0,32768,49152"
lineWidth 1
)
stateBoxNameVaSet (VaSet
font "Arial,10,1"
)
stateBoxMinimumSize "8000,2000"
stateBoxDefaultSize "8000,4000"
compStateBoxShapeVaSet (VaSet
vasetType 1
fg "29952,39936,65280"
lineWidth 1
)
compStateBoxNameVaSet (VaSet
font "Arial,10,1"
)
compStateBoxMinimumSize "8000,2000"
compStateBoxDefaultSize "8000,4000"
waitTextVaSet (VaSet
fg "0,0,32768"
font "Arial,10,1"
)
sBlockShapeVaSet (VaSet
vasetType 1
fg "65535,65535,65535"
bg "0,0,0"
lineColor "0,32768,49152"
)
sBlockActionsVaSet (VaSet
)
priorityShapeVaSet (VaSet
vasetType 1
fg "65535,65535,65535"
bg "0,0,0"
lineWidth 1
)
priorityNameVaSet (VaSet
)
actionBoxShapeVaSet (VaSet
vasetType 1
fg "49152,49152,49152"
lineWidth 1
)
actionBoxActionsVaSet (VaSet
)
actionBoxMinimumSize "8000,2000"
actionBoxDefaultSize "8000,4000"
compActionBoxShapeVaSet (VaSet
vasetType 1
fg "32768,32768,32768"
lineWidth 1
)
compActionBoxNameVaSet (VaSet
font "Arial,10,1"
)
compActionBoxMinimumSize "8000,2000"
compActionBoxDefaultSize "8000,4000"
decisionBoxShapeVaSet (VaSet
vasetType 1
fg "65535,65535,37120"
lineWidth 1
)
decisionBoxConditionVaSet (VaSet
)
decisionBoxLabelVaSet (VaSet
fg "32768,0,0"
font "Arial,8,1"
)
decisionBoxMinimumSize "8000,2000"
startPointShapeVaSet (VaSet
vasetType 1
fg "49152,0,49152"
lineWidth 1
)
startPointLabelVaSet (VaSet
fg "65535,65535,65535"
font "Arial,10,1"
)
startPointMinimumSize "6000,2000"
endPointShapeVaSet (VaSet
vasetType 1
fg "49152,0,49152"
lineWidth 1
)
endPointLabelVaSet (VaSet
fg "65535,65535,65535"
font "Arial,10,1"
)
endPointMinimumSize "6000,2000"
linkShapeVaSet (VaSet
vasetType 1
fg "0,32896,0"
)
linkNameVaSet (VaSet
font "Arial,8,1"
)
caseShapeVaSet (VaSet
vasetType 1
fg "65535,65535,37120"
lineWidth 1
)
caseLabelVaSet (VaSet
font "Arial,8,1"
)
caseExpressionVaSet (VaSet
)
caseMinimumSize "14000,4000"
caseDefaultSize "28000,4000"
endCaseShapeVaSet (VaSet
vasetType 1
fg "65535,65535,37120"
lineWidth 1
)
endCaseLabelVaSet (VaSet
font "Arial,8,1"
)
endCaseMinimumSize "8000,4000"
ifDecodeShapeVaSet (VaSet
vasetType 1
fg "65535,65535,37120"
lineWidth 1
)
ifDecodeLabelVaSet (VaSet
font "Arial,8,1"
)
ifDecodeMinimumSize "14000,4000"
ifDecodeDefaultSize "28000,4000"
endIfShapeVaSet (VaSet
vasetType 1
fg "65535,65535,37120"
lineWidth 1
)
endIfLabelVaSet (VaSet
font "Arial,8,1"
)
endIfDecodeMinimumSize "8000,4000"
branchPortShapeVaSet (VaSet
vasetType 1
fg "65535,0,0"
lineColor "65535,0,0"
fillStyle 12
)
branchPortNameVaSet (VaSet
font "Arial,8,1"
)
flowShapeVaSet (VaSet
vasetType 3
)
flowJoinVaSet (VaSet
vasetType 1
)
flowConnectShapeVaSet (VaSet
vasetType 1
fg "65535,0,0"
lineColor "65535,0,0"
fillStyle 12
)
flowConnectSize "1000,1000"
signalStatLabelVaSet (VaSet
font "arial,8,1"
)
signalStatValueVaSet (VaSet
font "Courier New,8,0"
)
declLabelVaSet (VaSet
font "Arial,8,1"
)
declValueVaSet (VaSet
)
stmtLabelVaSet (VaSet
font "Arial,8,1"
)
stmtValueVaSet (VaSet
)
visibilityPrefs [
(StringToBool
display "Architecture Declarations"
status 1
)
(StringToBool
display "Compiler Directives (Verilog)"
status 1
)
(StringToBool
display "Concurrent Statements"
status 1
)
(StringToBool
display "Global Actions"
status 1
)
(StringToBool
display "Module Declarations"
status 1
)
(StringToBool
display "Package List (VHDL)"
status 1
)
(StringToBool
display "Process Declarations"
status 1
)
(StringToBool
display "Signal Status"
status 1
)
(StringToBool
display "State Register Statements"
status 1
)
]
)
(HdmBrowserPreferences
version "1.1"
ViewpointsPresent_V2 1
Viewpoints_V2 [
(Viewpoint_v2
name "Default Viewpoint"
masterDefault 1
TreeListVPDatas [
(TreeListVPData
theList ""
columns [
]
filterString ""
accessRights 2
)
(TreeListVPData
theList "Design Units"
columns [
(TreeListVPData_Column
name "Language"
displayName ""
width 100
)
(TreeListVPData_Column
name "Time Stamp"
displayName ""
width 120
)
]
filterString ""
ShowSymbols 1
accessRights 2
)
(TreeListVPData
theList "HDL Files"
columns [
(TreeListVPData_Column
name "Size"
displayName ""
width 100
)
(TreeListVPData_Column
name "Time Stamp"
displayName ""
width 120
)
]
filterString ""
accessRights 2
)
(TreeListVPData
theList "Hierarchy"
columns [
(TreeListVPData_Column
name "Design Unit Name"
displayName ""
width 150
)
(TreeListVPData_Column
name "Name"
displayName ""
width 250
)
(TreeListVPData_Column
name "Library"
displayName ""
width 120
)
]
filterString ""
accessRights 2
)
]
SmartTableVPDatas [
(SmartTableVPData
theList "Logical Objects"
columns [
(SmartTableVPData_Column
name "Parse Error"
width 22
alignment 0
)
(SmartTableVPData_Column
name "Top Marker"
width 22
alignment 0
)
(SmartTableVPData_Column
name "Type"
width 40
alignment 0
)
(SmartTableVPData_Column
name "Don't Touch Indicator"
width 20
alignment 0
)
(SmartTableVPData_Column
name "Name"
width 250
alignment 0
)
(SmartTableVPData_Column
name "Language"
width 100
alignment 0
)
(SmartTableVPData_Column
name "Size"
width 100
alignment 0
)
(SmartTableVPData_Column
name "Time Stamp"
width 120
alignment 0
)
]
filterNames [
"Architectures and Modules"
"Configurations"
"Entities"
"Files"
"Packages"
]
filterString ""
filterColumn ""
matchCase 0
matchWholeWordOnly 0
regularExpression 1
groupNames [
]
disableFilters 1
)
]
layoutExpression "H(A(C(DesignUnits),C(HDLFiles),C(LogicalObjects)),A(C(DesignHierarchy)))"
)
(Viewpoint_v2
name "Version Management"
TreeListVPDatas [
(TreeListVPData
theList "Design Units"
columns [
(TreeListVPData_Column
name "Language"
displayName ""
width 100
)
(TreeListVPData_Column
name "Time Stamp"
displayName ""
width 120
)
(TreeListVPData_Column
name "Version Management Lockers"
displayName ""
width 150
)
(TreeListVPData_Column
name "Version Management Versions"
displayName ""
width 50
)
(TreeListVPData_Column
name "Version Management Labels"
displayName ""
width 150
)
]
filterString ""
ShowSymbols 1
accessRights 2
)
(TreeListVPData
theList "HDL Files"
columns [
(TreeListVPData_Column
name "Size"
displayName ""
width 100
)
(TreeListVPData_Column
name "Time Stamp"
displayName ""
width 120
)
(TreeListVPData_Column
name "Version Management Lockers"
displayName ""
width 150
)
(TreeListVPData_Column
name "Version Management Versions"
displayName ""
width 50
)
(TreeListVPData_Column
name "Version Management Labels"
displayName ""
width 150
)
]
filterString ""
accessRights 2
)
(TreeListVPData
theList "Hierarchy"
columns [
(TreeListVPData_Column
name "Design Unit Name"
displayName ""
width 150
)
(TreeListVPData_Column
name "Name"
displayName ""
width 250
)
(TreeListVPData_Column
name "Library"
displayName ""
width 120
)
(TreeListVPData_Column
name "Version Management Lockers"
displayName ""
width 150
)
(TreeListVPData_Column
name "Version Management Versions"
displayName ""
width 50
)
(TreeListVPData_Column
name "Version Management Labels"
displayName ""
width 150
)
]
filterString ""
accessRights 2
)
]
SmartTableVPDatas [
(SmartTableVPData
theList "Logical Objects"
columns [
(SmartTableVPData_Column
name "Parse Error"
width 22
alignment 0
)
(SmartTableVPData_Column
name "Top Marker"
width 22
alignment 0
)
(SmartTableVPData_Column
name "Type"
width 40
alignment 0
)
(SmartTableVPData_Column
name "Don't Touch Indicator"
width 20
alignment 0
)
(SmartTableVPData_Column
name "Name"
width 250
alignment 0
)
(SmartTableVPData_Column
name "Language"
width 100
alignment 0
)
(SmartTableVPData_Column
name "Size"
width 100
alignment 0
)
(SmartTableVPData_Column
name "Time Stamp"
width 120
alignment 0
)
(SmartTableVPData_Column
name "Version Management Lockers"
width -1
alignment 0
)
(SmartTableVPData_Column
name "Version Management Versions"
width -1
alignment 0
)
(SmartTableVPData_Column
name "Version Management Labels"
width -1
alignment 0
)
]
filterNames [
"Architectures and Modules"
"Configurations"
"Entities"
"Files"
"Packages"
]
filterString ""
filterColumn ""
matchCase 0
matchWholeWordOnly 0
regularExpression 1
groupNames [
]
disableFilters 1
)
]
layoutExpression "H(A(C(DesignUnits),C(HDLFiles),C(LogicalObjects)),A(C(DesignHierarchy)))"
)
(Viewpoint_v2
name "HDL Files"
TreeListVPDatas [
(TreeListVPData
theList "Design Units"
columns [
(TreeListVPData_Column
name "Language"
displayName ""
width 100
)
(TreeListVPData_Column
name "Time Stamp"
displayName ""
width 120
)
]
filterString ""
ShowSymbols 1
accessRights 2
)
(TreeListVPData
theList "HDL Files"
columns [
(TreeListVPData_Column
name "Size"
displayName ""
width 100
)
(TreeListVPData_Column
name "Time Stamp"
displayName ""
width 120
)
]
filterString ""
accessRights 2
)
(TreeListVPData
theList "Hierarchy"
columns [
(TreeListVPData_Column
name "Design Unit Name"
displayName ""
width 150
)
(TreeListVPData_Column
name "Name"
displayName ""
width 250
)
(TreeListVPData_Column
name "Library"
displayName ""
width 120
)
]
filterString ""
accessRights 2
)
]
SmartTableVPDatas [
(SmartTableVPData
theList "Logical Objects"
columns [
(SmartTableVPData_Column
name "Parse Error"
width 22
alignment 0
)
(SmartTableVPData_Column
name "Top Marker"
width 22
alignment 0
)
(SmartTableVPData_Column
name "Type"
width 40
alignment 0
)
(SmartTableVPData_Column
name "Don't Touch Indicator"
width 20
alignment 0
)
(SmartTableVPData_Column
name "Name"
width 250
alignment 0
)
(SmartTableVPData_Column
name "Language"
width 100
alignment 0
)
(SmartTableVPData_Column
name "Size"
width 100
alignment 0
)
(SmartTableVPData_Column
name "Time Stamp"
width 120
alignment 0
)
]
filterNames [
"Architectures and Modules"
"Configurations"
"Entities"
"Files"
"Packages"
]
filterString ""
filterColumn ""
matchCase 0
matchWholeWordOnly 0
regularExpression 1
groupNames [
]
disableFilters 1
)
]
layoutExpression "H(A(C(HDLFiles),C(DesignUnits),C(LogicalObjects)),A(C(DesignHierarchy)))"
)
(Viewpoint_v2
name "Logical Objects"
TreeListVPDatas [
(TreeListVPData
theList "Design Units"
columns [
(TreeListVPData_Column
name "Language"
displayName ""
width 100
)
(TreeListVPData_Column
name "Time Stamp"
displayName ""
width 120
)
]
filterString ""
ShowSymbols 1
accessRights 2
)
(TreeListVPData
theList "HDL Files"
columns [
(TreeListVPData_Column
name "Size"
displayName ""
width 100
)
(TreeListVPData_Column
name "Time Stamp"
displayName ""
width 120
)
]
filterString ""
accessRights 2
)
(TreeListVPData
theList "Hierarchy"
columns [
(TreeListVPData_Column
name "Design Unit Name"
displayName ""
width 150
)
(TreeListVPData_Column
name "Name"
displayName ""
width 250
)
(TreeListVPData_Column
name "Library"
displayName ""
width 120
)
]
filterString ""
accessRights 2
)
]
SmartTableVPDatas [
(SmartTableVPData
theList "Logical Objects"
columns [
(SmartTableVPData_Column
name "Parse Error"
width 22
alignment 0
)
(SmartTableVPData_Column
name "Top Marker"
width 22
alignment 0
)
(SmartTableVPData_Column
name "Type"
width 40
alignment 0
)
(SmartTableVPData_Column
name "Don't Touch Indicator"
width 20
alignment 0
)
(SmartTableVPData_Column
name "Name"
width 250
alignment 0
)
(SmartTableVPData_Column
name "Language"
width 100
alignment 0
)
(SmartTableVPData_Column
name "Size"
width 100
alignment 0
)
(SmartTableVPData_Column
name "Time Stamp"
width 120
alignment 0
)
]
filterNames [
"Architectures and Modules"
"Configurations"
"Entities"
"Files"
"Packages"
]
filterString ""
filterColumn ""
matchCase 0
matchWholeWordOnly 0
regularExpression 1
groupNames [
]
disableFilters 1
)
]
layoutExpression "H(A(C(LogicalObjects),C(HDLFiles),C(DesignUnits)),A(C(DesignHierarchy)))"
)
(Viewpoint_v2
name "All Views"
TreeListVPDatas [
(TreeListVPData
theList "Design Units"
columns [
(TreeListVPData_Column
name "Language"
displayName ""
width 100
)
(TreeListVPData_Column
name "Time Stamp"
displayName ""
width 120
)
]
filterString ""
ShowSymbols 1
accessRights 2
)
(TreeListVPData
theList "HDL Files"
columns [
(TreeListVPData_Column
name "Size"
displayName ""
width 100
)
(TreeListVPData_Column
name "Time Stamp"
displayName ""
width 120
)
]
filterString ""
accessRights 2
)
(TreeListVPData
theList "Hierarchy"
columns [
(TreeListVPData_Column
name "Design Unit Name"
displayName ""
width 150
)
(TreeListVPData_Column
name "Name"
displayName ""
width 250
)
(TreeListVPData_Column
name "Library"
displayName ""
width 120
)
]
filterString ""
accessRights 2
)
]
SmartTableVPDatas [
(SmartTableVPData
theList "Logical Objects"
columns [
(SmartTableVPData_Column
name "Parse Error"
width 22
alignment 0
)
(SmartTableVPData_Column
name "Top Marker"
width 22
alignment 0
)
(SmartTableVPData_Column
name "Type"
width 40
alignment 0
)
(SmartTableVPData_Column
name "Don't Touch Indicator"
width 20
alignment 0
)
(SmartTableVPData_Column
name "Name"
width 250
alignment 0
)
(SmartTableVPData_Column
name "Language"
width 100
alignment 0
)
(SmartTableVPData_Column
name "Size"
width 100
alignment 0
)
(SmartTableVPData_Column
name "Time Stamp"
width 120
alignment 0
)
]
filterNames [
"Architectures and Modules"
"Configurations"
"Entities"
"Files"
"Packages"
]
filterString ""
filterColumn ""
matchCase 0
matchWholeWordOnly 0
regularExpression 1
groupNames [
]
disableFilters 1
)
]
layoutExpression "V(H(A(C(DesignUnits)),A(C(DesignHierarchy))),H(A(C(HDLFiles)),A(C(LogicalObjects))))"
)
]
WorkTabs [
(WorkTab
name "Ethernet"
openLibs [
"Ethernet"
]
declHierarchy [
(DeclHierarchy
libName "Ethernet"
primaryName "tb_ethernet_with_cop"
secondaryName "tb_ethernet_with_cop"
)
]
activeViewpointIdx 0
)
]
ViewpointsOnOutlookBar [
"Default Viewpoint"
"Version Management"
"HDL Files"
"Logical Objects"
"All Views"
]
lastActiveViewpoint "Default Viewpoint"
expandedTemplateNodes [
]
taskTemplatePage 0
SplitterClientPrefs [
"mainSplitter"
(SplitterPreference
hidden 0
expand 0
size 180
)
]
displayHierarchy 1
xPos 78
yPos 13
width 920
height 680
activeSidePanelTab 2
sidePanelSize 280
showUnixHiddenFiles 0
componentBrowserLibraryNames [
]
)
]