DSP Builder for Intel® FPGAs (Advanced Blockset): Handbook
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: hco1423076496236
Ixiasoft
Visible to Intel only — GUID: hco1423076496236
Ixiasoft
4.2.2.3. The command run_all_atbs Command Syntax
run_all_atbs('model', [runSimulation], [runFit]);
where:
- model = design name (without extension, in single quotes)
- runSimulation = optional flag that runs a simulation when specified (if not specified, a simulation must run previously to generate the required files)
- runFit = optional flag which runs the Quartus Prime Fitter when specified
For example:
run_all_atbs('demo_agc');
run_all_atbs('demo_agc', true);
run_all_atbs('demo_agc', false, true);
run_all_atbs('demo_agc', true, true);
The return value is 1 if all tests are successful or 0 if any tests fail. The output is written to the MATLAB command window.