The xlGenerateButton function provides a programmatic way to invoke the System Generator code generator.
Syntax
status = xlGenerateButton(sysgenblock)
Description
xlGenerateButton invokes the System Generator code generator and returns a status code. Invoking xlGenerateButton with a System Generator block as an argument is functionally equivalent to opening the System Generator GUI for that token, and clicking on the Generate button. The following is list of possible status codes returned by xlGenerateButton.
Status | Description |
---|---|
1 | Canceled |
2 | Simulation running |
3 | Check param error |
4 | Compile/generate netlist error |
5 | Netlister error |
6 | Post netlister script error |
7 | Post netlist error |
8 | Post generation error |
9 | External view mismatch when importing as a configurable Subsystem |
See Also
xlgetparam and xlsetparam, xlgetparams, System Generator block