parent
aa51b6d388
commit
e6c9d22ce9
|
@ -36,7 +36,11 @@ constexpr const char* REPACK_DESIGN_CONSTRAINT_OPEN_NET = "OPEN";
|
|||
*******************************************************************/
|
||||
class RepackDesignConstraints {
|
||||
public: /* Type of design constraints */
|
||||
enum e_design_constraint_type { PIN_ASSIGNMENT, IGNORE_NET, NUM_DESIGN_CONSTRAINT_TYPES };
|
||||
enum e_design_constraint_type {
|
||||
PIN_ASSIGNMENT,
|
||||
IGNORE_NET,
|
||||
NUM_DESIGN_CONSTRAINT_TYPES
|
||||
};
|
||||
|
||||
public: /* Types */
|
||||
typedef vtr::vector<RepackDesignConstraintId,
|
||||
|
|
Loading…
Reference in New Issue