byucc.jhdl.platforms.util
Interface GenericRegisterInterface


public interface GenericRegisterInterface


Method Summary
 int getReadRegisterWidth(int group, int address)
           
 int getWriteRegisterWidth(int group, int address)
           
 PlatformCommandStatus readRegister(int group, int address, BV value)
           
 PlatformCommandStatus writeRegister(int group, int address, BV value)
           
 

Method Detail

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.