Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 12/13/2021
Public

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

Document Table of Contents

3.1.2.3. bpps::export_constraints_to_qsf (::quartus::bpps)

The following table displays information for the bpps::export_constraints_to_qsf Tcl command:

Tcl Package and Version

Belongs to ::quartus::bpps

Syntax bpps::export_constraints_to_qsf [-h | -help] [-long_help] [-bb_locations] [-close_pdp] [-disabled] [-pin_locations] [-tile_locations]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-bb_locations Write out building block location assignments
-close_pdp Send call back to PDPW to close after exporting is done
-disabled Write out disabled assignments
-pin_locations Write out pin location assignments
-tile_locations Write out tile location assignments
Description
	In Tile Planner mode, export constraints to qsf file
Example Usage
	project_open onewire_nf

	blueprint::initialize

	bpps::update_plan

	set io_cells [bpps::get_cells -unplaced -type IO_CLUSTER]
	bpps::place_cells -cells $io_cells

            bpps::validate_placement

	bpps::export_constraints  -disabled -tile_locations -bb_locations

	project_close
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful