Specify whether you want to initialize registers without reset and the mode of initialization
'Generate an external script'
(default)
HDL Coder™ generates an external script to initialize the no-reset registers for ModelSim® simulation.
'None'
HDL Coder does not initialize the no-reset registers.
'InsideModule'
HDL Coder generates the code for initializing the registers as a part of the VHDL or Verilog code. In Verilog, HDL Coder initializes the registers by using an initial block in each module. In VHDL, HDL Coder initializes the registers as part of the signal declaration statements.
Use this property with makehdl
.
For example, to set NoResetInitializationMode
to InsideModule
,
and generate code from the sfir_fixed/symmetric_fir
subsystem,
enter:
makehdl ('sfir_fixed/symmetric_sfir','NoResetInitializaionMode','InsideModule')