avrora.sim.mcu
Interface ATMega128L.Clock

All Known Implementing Classes:
ATMega128L.SimImpl.StandardClock
Enclosing interface:
ATMega128L

protected static interface ATMega128L.Clock

Interface for an alternate clock. In practice, it is used to create a clock that runs at a multiplier of the simulation base clock.


Method Summary
 void scheduleEvent(Simulator.Event e, long cycles)
           
 

Method Detail

scheduleEvent

public void scheduleEvent(Simulator.Event e,
                          long cycles)