summaryrefslogtreecommitdiffstats
path: root/zpu/sw/simulator/com/zylin/zpu/simulator/ZPU.java
blob: 84a1ca5c1eeac74c47c605b5f1d8ec0881228898 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.zylin.zpu.simulator;

public interface ZPU
{
	/**
	 * number of cycles passed since reboot
	 */
	long getCycleCounter();

	/**
	 * Wait this many cycles
	 */
	void addWaitStates(int i);
}
OpenPOWER on IntegriCloud