Control production of generated code and display of generated model
'
Generated code output
'
To control the generated code output and display of generated model, specify one of the following:
Default: 'GenerateHDLCode'
generates code
but does not display the generated model.
'GenerateHDLCodeAndDisplayGeneratedModel'
generates
HDL code and displays the generated model after code generation.
'DisplayGeneratedModelOnly'
creates and displays
the generated model, but does not proceed to code generation.
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.