Intel® Quartus® Prime Pro Edition User Guide: Design Optimization

ID 683641
Date 10/04/2021
Public

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

Document Table of Contents

7.6.1. eco_load_design and eco_commit_design Commands

Description

  • eco_load_design—loads the final netlist in the ECO context.
  • eco_commit_design—commits the ECO modified netlist to disk while running in interactive mode.

Usage

The following example shows an interactive ECO session to modify the lut_x lutmask for project top. If the ECO modifications are legal, the eco_commit_design command commits the final netlist.

$ quartus_fit -s
>> load_package eco
>> project_open top
>> eco_load_design
>> modify_lutmask -to lut_x -eqn B&C # some ECO changes
>> eco_commit_design
>> project_close