periph::get_cells (::quartus::periph)
The following table displays information for the periph::get_cells Tcl command:
| Tcl Package and Version |
Belongs to ::quartus::periph 1.0 |
|||
| Syntax |
periph::get_cells [-h | -help] [-long_help]
[-atom_only]
[-instance_only]
[-ip_only]
[-num_location
<num_location>
]
[-physical_only]
[-placed]
[-toplevel_only]
[-type
<type>
]
[-unplaced]
[
<filter>
]
|
|||
| Arguments |
-h | -help
|
Short help | ||
-long_help
|
Long help with examples and possible return values | |||
-atom_only
|
Return only atom cells | |||
-instance_only
|
Return only instance cells | |||
-ip_only
|
Return only instance cells that are IP instances | |||
-num_location
<num_location>
|
Specify a specific number of available locations the cell should have | |||
-physical_only
|
Return only physical cells | |||
-placed
|
Return only placed cells | |||
-toplevel_only
|
Return only toplevel cells | |||
-type
<type>
|
Return only cells of the given types | |||
-unplaced
|
Return only unplaced cells | |||
| <filter> | Object filter | |||
| Description |
|
|||
| Example Usage |
|
|||
| Return Value | Code Name | Code | String Return | |
| TCL_OK | 0 | INFO: Operation successful | ||
| TCL_ERROR | 1 | ERROR: The supplied number of locations <string> is invalid. | ||
| TCL_ERROR | 1 | ERROR: <string> number of locations were expected but <string> were supplied | ||