autoModuleNameUpdate
ahdl autoModuleNameUpdate boolean { t | nil }
Description
Updates the corresponding module name in the HDL file automatically while copying or renaming a text cellview.
The default is t. If this variable is set to nil, then after each copy or rename operation the application asks whether you want to update the module name automatically or not.
For example, if you rename functional text cellview myVerilogCell, with the module by the same name, to myNewVerilogCell, the module name updates in the Verilog file automatically.
GUI Equivalent
Examples
envGetVal("ahdl" "autoModuleNameUpdate")
envSetVal("ahdl" "autoModuleNameUpdate" 'boolean nil)
Related Topics
Return to top