logic gates and, or and xor now take an arbitrary amount of inputs.
[Mograsim.git] / era.mi / src / era / mi / logic / timeline / Timeline.java
index 5c88dea..20bb400 100644 (file)
@@ -103,4 +103,9 @@ public class Timeline
        {
                return "simulation time: " + currentTime + ", " + events.toString();
        }
+       
+       public static long toNanoseconds(long ticks)
+       {
+               return ticks; //TODO: Alter this when it has been determined how ticks should relate to real time.
+       }
 }
\ No newline at end of file