|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HWSystem in byucc.jhdl.apps.Broker |
Fields in byucc.jhdl.apps.Broker declared as HWSystem | |
protected HWSystem |
CLIBrokerCmd.hws
|
protected HWSystem |
Broker.hw
|
Methods in byucc.jhdl.apps.Broker with parameters of type HWSystem | |
protected void |
Broker.registerCLICommands(HWSystem hw,
CLInterpreter interp)
Subclasses may use this method to override the default behavior of the broker's CLI commands |
Constructors in byucc.jhdl.apps.Broker with parameters of type HWSystem | |
BrokerCmds(Broker b,
HWSystem hws)
|
|
InternalBroker(HWSystem hw,
CLInterpreter interp,
javax.swing.JDesktopPane desktop)
|
|
CLIBrokerCmd(Broker b,
HWSystem hws)
|
|
Broker(HWSystem hw,
CLInterpreter interp,
boolean tabbed)
|
|
Broker(HWSystem hw,
CLInterpreter interp)
|
Uses of HWSystem in byucc.jhdl.apps.Jab |
Subclasses of HWSystem in byucc.jhdl.apps.Jab | |
class |
HardwareSystem
|
Methods in byucc.jhdl.apps.Jab that return HWSystem | |
HWSystem |
BrowserCore.getHardwareSystem()
Deprecated. |
Uses of HWSystem in byucc.jhdl.apps.Tbone |
Methods in byucc.jhdl.apps.Tbone that return HWSystem | |
HWSystem |
Tbone.getHWSystem()
|
Constructors in byucc.jhdl.apps.Tbone with parameters of type HWSystem | |
ResetCommand(HWSystem myHw)
|
|
ClockCommand(Tbone myTb,
HWSystem myHw)
|
Uses of HWSystem in byucc.jhdl.apps.util |
Constructors in byucc.jhdl.apps.util with parameters of type HWSystem | |
ClockThread(HWSystem hwsystem,
boolean cycle,
int number)
Creates and queues up a new ClockThread. |
Uses of HWSystem in byucc.jhdl.apps.Viewers |
Methods in byucc.jhdl.apps.Viewers that return HWSystem | |
HWSystem |
ViewManager.getSystem()
|
Methods in byucc.jhdl.apps.Viewers with parameters of type HWSystem | |
void |
ViewManager.setHWSystem(HWSystem hws)
sets the hardware system. |
Constructors in byucc.jhdl.apps.Viewers with parameters of type HWSystem | |
ViewManager(HWSystem hwSystem)
ViewManager without BrowserCore support |
|
ViewManager(HWSystem hwSystem,
Node rNode)
ViewManager without BrowserCore support |
Uses of HWSystem in byucc.jhdl.apps.Viewers.SimControl |
Constructors in byucc.jhdl.apps.Viewers.SimControl with parameters of type HWSystem | |
SimIndicatorComponent(HWSystem hws)
Creates a new SimIndicatorComponent and register it with the HWSystem right from the beginning |
Uses of HWSystem in byucc.jhdl.base |
Fields in byucc.jhdl.base declared as HWSystem | |
static HWSystem |
HWSystem._hws
|
Methods in byucc.jhdl.base that return HWSystem | |
HWSystem |
Wire.getSystem()
Simple accessor to get to the system of this wire. |
HWSystem |
Node.getSystem()
Returns the system. |
Uses of HWSystem in byucc.jhdl.Logic |
Methods in byucc.jhdl.Logic with parameters of type HWSystem | |
Wire |
Logic.getGlobalClock(HWSystem system)
Deprecated. Use Logic.getDefaultClock() |
Uses of HWSystem in byucc.jhdl.platforms.util.readback.Xilinx |
Methods in byucc.jhdl.platforms.util.readback.Xilinx with parameters of type HWSystem | |
void |
ReadBackSymbolWriter.writeRBSymInfo(HWSystem system)
Writes out an .rbsym file for a design assuming that
the only child of the HWSystem is the
cell to be processed. |
Uses of HWSystem in byucc.jhdl.Xilinx.Virtex.Modules.KCM_Pack |
Fields in byucc.jhdl.Xilinx.Virtex.Modules.KCM_Pack declared as HWSystem | |
protected HWSystem |
VirtexKCMPanel._hws
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |