public class Reset extends java.lang.Object implements FpgaModule_ifc, Reset_ifc
Modifier and Type | Class and Description |
---|---|
private static class |
Reset.Q
Inner PROCESS class builds a TYPEDEF RECORD in VHDL and a PROCESS for each (usual one) instance.
|
private static class |
Reset.Ref |
static class |
Reset.Store
Stores the state for special tests.
|
Modifier and Type | Field and Description |
---|---|
private Reset.Q |
d_q |
protected Reset.Q |
q |
(package private) Reset.Ref |
ref |
sVersion
Constructor and Description |
---|
Reset(Reset_Inpin_ifc resetInp)
Module constructor with public access to instantiate.
|
Modifier and Type | Method and Description |
---|---|
boolean |
reset(int time,
int max)
Returns true for reset. false for normal operation.
|
void |
step(int time) |
void |
update() |
public Reset(Reset_Inpin_ifc resetInp)
Ref#Ref(Reset_ifc, ClockDivider)
inner class.resetInp
- this should be immediately the inputFpga port block.public void step(int time)
step
in interface FpgaModule_ifc
public void update()
update
in interface FpgaModule_ifc
public boolean reset(int time, int max)
Reset_ifc