Package edu.byu.ece.rapidSmith.design.parser

Examples of edu.byu.ece.rapidSmith.design.parser.DesignParser


   * Loads this instance of design with the XDL design found in
   * the file fileName.
   * @param fileName The name of the XDL file to load.
   */
  public void loadXDLFile(String fileName){
    DesignParser parser = new DesignParser(fileName);
    parser.setDesign(this);
    parser.parseXDL();
  }
View Full Code Here

TOP

Related Classes of edu.byu.ece.rapidSmith.design.parser.DesignParser

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.