
public class FPGA2Model extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
class |
FPGA2Model.EndSliceTime |
class |
FPGA2Model.FPGARoutine |
class |
FPGA2Model.RegisterOpcode |
class |
FPGA2Model.SliceTime |
class |
FPGA2Model.SliceValues |
class |
FPGA2Model.StackFunctionOpCode |
class |
FPGA2Model.StackOpCode |
class |
FPGA2Model.StackReturnOpcode |
class |
FPGA2Model.StackSubroutineOpCode |
| Modifier and Type | Field and Description |
|---|---|
static int |
CMD_LINES |
static int |
CMD_PROGEND |
static int |
CMD_PROGFUNC |
static int |
CMD_PROGJUMP |
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() |
String |
getMetadata(String key) |
Set<String> |
getMetadataKeys() |
int[][] |
getOpcodes() |
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
Copyright © 2015 LSST. All rights reserved.