Fixed a bug in Am2900; created dlatch8/80; relayouted some components
[Mograsim.git] / net.mograsim.logic.core / src / net / mograsim / logic / core / components / CoreComponent.java
index 85d39e8..734f48d 100644 (file)
@@ -16,8 +16,8 @@ public abstract class CoreComponent
        }
 
        /**
-        * Returns immutable list of all inputs to the {@link CoreComponent} (including e.g. the select bits to a MUX). Intended for visualization
-        * in the UI.
+        * Returns immutable list of all inputs to the {@link CoreComponent} (including e.g. the select bits to a MUX). Intended for
+        * visualization in the UI.
         */
        public abstract List<ReadEnd> getAllInputs();