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 1.0 |
|||
| 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 | ||