bpps::read_tpl_placement (::quartus::bpps)

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

Tcl Package and Version

Belongs to ::quartus::bpps 1.0

Syntax bpps::read_tpl_placement [-h | -help] [-long_help] -filename <filename>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-filename <filename> Filename to write to
Description
    In TilePlanner mode, read placement from a JSON file. Nothing happens (should not be available in GUI) in other modes.
Example Usage
    project_open onewire_nf

    blueprint::initialize

    bpps::update_plan

    bpps::place_cells -unplaced_cells

    bpps::check_plan

    bpps::write_tpl_placement -filename onewire_blueprint_assignments.tcl

    project_close
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 ERROR: Filename provided incorrectly