hades.models.pic
Class PicClocking

java.lang.Object
  extended byhades.models.pic.PicClocking

public class PicClocking
extends java.lang.Object

PicClocking - All four clocks a generated


Field Summary
 int state
           
 
Constructor Summary
PicClocking()
           
 
Method Summary
 void clock()
           
 boolean getClkout()
           
 int getState()
          Get the state we are in (1..4)
 void por()
           
 void reset()
          Reset, set everything to false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

state

public int state
Constructor Detail

PicClocking

public PicClocking()
Method Detail

por

public void por()

reset

public void reset()
Reset, set everything to false


getState

public int getState()
Get the state we are in (1..4)


getClkout

public boolean getClkout()

clock

public void clock()