summaryrefslogtreecommitdiffstats
path: root/zpu/sw/simulator/com/zylin/zpu/simulator/Machine.java
blob: 38273786df24f902aea6017fec8d90d34e9aa683 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

package com.zylin.zpu.simulator;

/**
 * @author oyvind
 *
 * TODO To change the template for this generated type comment go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
public interface Machine
{

    long getPrevCycles();

    long getCycles();

}
OpenPOWER on IntegriCloud