Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 6/20/2022
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.18. 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

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