Shortened the memory test a bit because it was longer than necessary
[Mograsim.git] / net.mograsim.logic.model / src / net / mograsim / logic / model / modeladapter / CoreModelParameters.java
1 package net.mograsim.logic.model.modeladapter;
2
3 public class CoreModelParameters
4 {
5         public int wireTravelTime;
6         public int gateProcessTime;
7 }