filter
hed.saveAsVerilog filter string "Any Files (*)"
Description
Defines the filter that is available in the Save As Verilog form. The default filter is "Any Files (*)". To change this to another filter, use the following format:
[optional comment] (space or semicolon-separated expressions)
GUI Equivalent
Examples
envGetVal("hed.saveAsVerilog" "filter")
envSetVal("hed.saveAsVerilog" "filter" 'string "Verilog Files (*.v)")
Related Topics
List of Hierarchy Editor Environment Variables
Return to top