Package edu.byu.ece.rapidSmith.device.helper

Examples of edu.byu.ece.rapidSmith.device.helper.WireExpressions


   * @param fileNames The name of the XDLRC file to parse
   * @param outputFileName Name of the output wire enumerator file.
   */
  public void parseXDLRCFiles(ArrayList<String> fileNames, String outputFileName){
    SortedSet<String> wireSet = new TreeSet<>();
    WireExpressions wireExp = new WireExpressions();
    wireMap = new HashMap<>();
    pipSinks = new HashSet<>();
    pipSources = new HashSet<>();
    BufferedReader in;
    String line;
View Full Code Here

TOP

Related Classes of edu.byu.ece.rapidSmith.device.helper.WireExpressions

Copyright © 2018 www.massapicom. 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.