byucc.jhdl.platforms.util
Interface GenericRegisterInterface
- public interface GenericRegisterInterface
writeRegister
public PlatformCommandStatus writeRegister(int group,
int address,
BV value)
readRegister
public PlatformCommandStatus readRegister(int group,
int address,
BV value)
getWriteRegisterWidth
public int getWriteRegisterWidth(int group,
int address)
getReadRegisterWidth
public int getReadRegisterWidth(int group,
int address)
Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.