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

Packages that use PlatformCommandStatus
byucc.jhdl.platforms.util   
 

Uses of PlatformCommandStatus in byucc.jhdl.platforms.util
 

Fields in byucc.jhdl.platforms.util declared as PlatformCommandStatus
static PlatformCommandStatus PlatformCommandStatus.SUCCESS
          Successful status.
 

Methods in byucc.jhdl.platforms.util that return PlatformCommandStatus
 PlatformCommandStatus GenericProcessingElement.loadUserCore(java.lang.String design)
          Generic method to load in user cores to derivatives of the GenericProcessingElement class.
 PlatformCommandStatus GenericProcessingElement.loadUserCore(GenericUserCore design)
          Generic method to load in user cores to derivatives of the GenericProcessingElement class.
 PlatformCommandStatus GenericBoard.peProgram(int index, java.lang.String classname)
           
 PlatformCommandStatus GenericBoard.loadMem(int index, java.lang.String filename)
           
 PlatformCommandStatus GenericBoard.readRegister(int set, int address, BV value)
           
 PlatformCommandStatus GenericBoard.writeRegister(int set, int address, BV value)
           
 PlatformCommandStatus GenericBoard.writeRegister(int set, int address, java.lang.String value)
           
 PlatformCommandStatus GenericRegisterInterface.writeRegister(int group, int address, BV value)
           
 PlatformCommandStatus GenericRegisterInterface.readRegister(int group, int address, BV value)
           
 



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