|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.VhdlElement
de.upb.hni.vmagic.LabeledElement
de.upb.hni.vmagic.concurrent.ConcurrentStatement
de.upb.hni.vmagic.concurrent.AbstractPostponableConcurrentStatement
de.upb.hni.vmagic.concurrent.EntityStatement
de.upb.hni.vmagic.concurrent.AbstractProcessStatement
de.upb.hni.vmagic.highlevel.RegisterGroup
public class RegisterGroup
Group of registers. A register group allows to use a single VDHL process for more than one registered signal.
Constructor Summary | |
---|---|
RegisterGroup(java.util.List<Register> registers)
Creates a register group. |
|
RegisterGroup(Register... registers)
Creates a register group. |
Method Summary | |
---|---|
java.util.List<ProcessDeclarativeItem> |
getDeclarations()
Returns the declarations. |
java.util.List<Register> |
getRegisters()
Returns the registers in this group |
java.util.List<Signal> |
getSensitivityList()
Returns the sensitivity list. |
java.util.List<SequentialStatement> |
getStatements()
Returns the statements. |
Methods inherited from class de.upb.hni.vmagic.concurrent.AbstractProcessStatement |
---|
getScope |
Methods inherited from class de.upb.hni.vmagic.concurrent.AbstractPostponableConcurrentStatement |
---|
isPostponed, setPostponed |
Methods inherited from class de.upb.hni.vmagic.concurrent.ConcurrentStatement |
---|
getLabel, setLabel |
Methods inherited from class de.upb.hni.vmagic.VhdlElement |
---|
getParent, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegisterGroup(java.util.List<Register> registers)
registers
- a list of registerspublic RegisterGroup(Register... registers)
registers
- a list of registersMethod Detail |
---|
public java.util.List<Register> getRegisters()
public java.util.List<Signal> getSensitivityList()
AbstractProcessStatement
getSensitivityList
in class AbstractProcessStatement
public java.util.List<ProcessDeclarativeItem> getDeclarations()
AbstractProcessStatement
getDeclarations
in class AbstractProcessStatement
public java.util.List<SequentialStatement> getStatements()
AbstractProcessStatement
getStatements
in class AbstractProcessStatement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |