Package edu.byu.ece.rapidSmith.gui

Examples of edu.byu.ece.rapidSmith.gui.GuiModuleInstance


    scene.setDevice(design.getDevice());
    scene.setWireEnumerator(design.getWireEnumerator());
   
    // Create hard macro blocks
    for(ModuleInstance mi : design.getModuleInstances()){
      scene.addItem(new GuiModuleInstance(mi, scene, false));
    }
  }
View Full Code Here

TOP

Related Classes of edu.byu.ece.rapidSmith.gui.GuiModuleInstance

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.