
public class FPGA2Model extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
class |
FPGA2Model.EndSliceTime |
class |
FPGA2Model.FPGARoutine |
static class |
FPGA2Model.PointerInfo |
class |
FPGA2Model.RegisterOpcode |
class |
FPGA2Model.SliceTime |
class |
FPGA2Model.SliceValues |
class |
FPGA2Model.StackFunctionOpCode |
class |
FPGA2Model.StackFunctionPtrOpCode |
class |
FPGA2Model.StackFunctionPtrRepPtrOpCode |
class |
FPGA2Model.StackFunctionRepPtrOpCode |
class |
FPGA2Model.StackOpCode |
class |
FPGA2Model.StackReturnOpcode |
class |
FPGA2Model.StackSubroutineOpCode |
class |
FPGA2Model.StackSubroutinePtrOpCode |
class |
FPGA2Model.StackSubroutinePtrRepPtrOpCode |
class |
FPGA2Model.StackSubroutineRepPtrOpCode |
| Modifier and Type | Field and Description |
|---|---|
static int |
CMD_LINES |
static int |
CMD_PROGEND |
static int |
CMD_PROGFUNC |
static int |
CMD_PROGFUNC_FP |
static int |
CMD_PROGFUNC_FRP |
static int |
CMD_PROGFUNC_RP |
static int |
CMD_PROGJUMP |
static int |
CMD_PROGJUMP_AP |
static int |
CMD_PROGJUMP_ARP |
static int |
CMD_PROGJUMP_RP |
static int |
CMD_PROGSUBE |
static int |
CMD_TIME |
| Constructor and Description |
|---|
FPGA2Model() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMetadata(String key,
String value) |
void |
dump() |
List<int[]> |
getCommands() |
Map<String,Integer> |
getMainAdresses() |
String |
getMetadata(String key) |
Set<String> |
getMetadataKeys() |
int[][] |
getOpcodes() |
List<FPGA2Model.PointerInfo> |
getPointers()
Returns a list of pointer information, with kind, name and address.
|
public static final int CMD_LINES
public static final int CMD_TIME
public static final int CMD_PROGFUNC
public static final int CMD_PROGJUMP
public static final int CMD_PROGSUBE
public static final int CMD_PROGEND
public static final int CMD_PROGFUNC_FP
public static final int CMD_PROGFUNC_RP
public static final int CMD_PROGFUNC_FRP
public static final int CMD_PROGJUMP_AP
public static final int CMD_PROGJUMP_RP
public static final int CMD_PROGJUMP_ARP
public List<FPGA2Model.PointerInfo> getPointers()
public void dump()
public int[][] getOpcodes()
public List<int[]> getCommands()
Copyright © 2016 LSST. All rights reserved.