Update repack_design_constraints.h
This commit is contained in:
parent
a1169beaf0
commit
d0958fc017
|
@ -6,7 +6,6 @@
|
|||
*******************************************************************/
|
||||
#include <array>
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <string>
|
||||
/* Headers from vtrutil library */
|
||||
#include "vtr_geometry.h"
|
||||
|
@ -36,7 +35,7 @@ constexpr const char* REPACK_DESIGN_CONSTRAINT_OPEN_NET = "OPEN";
|
|||
*******************************************************************/
|
||||
class RepackDesignConstraints {
|
||||
public: /* Type of design constraints */
|
||||
enum e_design_constraint_type { PIN_ASSIGNMENT, 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