Package edu.byu.ece.rapidSmith.util

Examples of edu.byu.ece.rapidSmith.util.FamilyType.ordinal()


      return true;
    }
    // If its not an exact match, lets check if this site can accommodate
    // the otherType
    FamilyType baseFamilyType = tile.getDevice().getFamilyType();
    PrimitiveType[] compatibleTypes = compatibleTypesArray[baseFamilyType.ordinal()].get(otherType);
    if(compatibleTypes == null){
      return false;
    }
    // Check if this site is in the compatible type list for otherType
    // (NOTE: These arrays are generally very short, so hopefully this will
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.