Examples of unrouteDesign()


Examples of edu.byu.ece.rapidSmith.design.Design.unrouteDesign()

    }
    Design design = new Design();
   
    design.loadXDLFile(args[0]);
   
    design.unrouteDesign();
   
    design.setNets(combineStaticNets(design.getNets()));
   
    design.saveXDLFile(args[1]);
  }
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.