DSP Builder for Intel® FPGAs (Advanced Blockset): Handbook

ID 683337
Date 6/20/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

4.2.2.3. The command run_all_atbs Command Syntax

This command has the 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.