Intel® Quartus® Prime Standard Edition User Guide: Design Compilation

ID 683283
Date 9/24/2018
Public
Document Table of Contents

1.11.1.10. Exporting a Partition

To open a project and load the::quartus::incremental_compilation package before you use the Tcl commands to export a partition to a .qxp that contains both a post-synthesis and post-fit netlist, with routing, use the following script:

Export .qxp

# load required package
load_package incremental_compilation

# open project
project_open <project name>

# export partition to the .qxp and set preservation level
export_partition -partition <partition name>
-qxp <.qxp file name> -<options>

#close project
project_close