Instance Placement Status (API) More...
Instance Collection | |
enum | Code { UNPLACED =0 , PLACED =1 , FIXED =2 } |
PlacementStatus (const Code &code=UNPLACED) | |
PlacementStatus (const PlacementStatus &placementstatus) | |
operator const Code & () const | |
const Code & | getCode () const |
Instance Placement Status (API)
An Instance can have three kind of placement status:
Describe the various placement status an Instance can be in.
Enumerator | |
---|---|
UNPLACED |
|
PLACED |
|
FIXED |
|
Constructor. By default the status is unplaced.
Hurricane::Instance::PlacementStatus::PlacementStatus | ( | const PlacementStatus & | placementstatus | ) |
Copy Constructor.
|
inline |
Type converter toward Instance::PlacementStatus::Code enum.
|
inline |
Generated by doxygen 1.9.1 on Thu Aug 11 2022 | Return to top of page |
Hurricane VLSI Database | Copyright © 2000-2020 Bull S.A. All rights reserved |