vhdlUpdateSymbol
vhdlUpdateSymbol = { t | nil | query }
Description
Controls whether symbol views are automatically created for cells that don’t have a symbol view when the vmsUpdateCellViews function is run.
-
t:The symbol view is automatically created. -
nil:Disables creation of symbol views. -
query:Displays a pop-up asking for confirmation whether the symbol view should be created.
Example
vhdlUpdateSymbol = t
vhdlUpdateSymbol = query
Return to top