Renamed GUIAm2904RegCTInstrDecode and added it to standardCompIDMapping
[Mograsim.git] / net.mograsim.logic.model.am2900 / src / net / mograsim / logic / model / examples / GUIComponentTestbench.java
index 5781322..45f538c 100644 (file)
@@ -26,7 +26,7 @@ public class GUIComponentTestbench
        public static void createTestbench(ViewModelModifiable model)
        {
                GUIComponent comp = IndirectGUIComponentCreator.createComponent(model,
-                               "class:net.mograsim.logic.model.am2900.components.am2904.RegCTInstrDecode");
+                               "class:net.mograsim.logic.model.am2900.components.am2904.GUIAm2904RegCTInstrDecode");
 
                // guess which pins are outputs and which are inputs
                // TODO this code exists four times... but it seems too "hacky" to put it in a helper class