Uses of Class
byucc.jhdl.platforms.util.GenericBoard

Packages that use GenericBoard
byucc.jhdl.platforms.util   
byucc.jhdl.platforms.util.module   
 

Uses of GenericBoard in byucc.jhdl.platforms.util
 

Fields in byucc.jhdl.platforms.util declared as GenericBoard
protected  GenericBoard GenericProcessingElement.board
           
 

Methods in byucc.jhdl.platforms.util with parameters of type GenericBoard
 void ConnectionTemplate.makeConnections(GenericBoard board, java.lang.String cell1, java.lang.String cell2, java.lang.String[][] subs)
          This will connect all the ports defined in template.
 

Constructors in byucc.jhdl.platforms.util with parameters of type GenericBoard
PortAssociation(GenericBoard board, java.lang.String instance, java.lang.String classname)
          Constructs a new PortAssociation object with the specified GenericBoard as its "parent".
 

Uses of GenericBoard in byucc.jhdl.platforms.util.module
 

Fields in byucc.jhdl.platforms.util.module declared as GenericBoard
protected  GenericBoard Module.board
           
 

Methods in byucc.jhdl.platforms.util.module that return GenericBoard
 GenericBoard Module.getBoard()
           
 

Constructors in byucc.jhdl.platforms.util.module with parameters of type GenericBoard
Module(CLInterpreter interp, GenericBoard board)
           
 



Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.