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)
|