fixed a comment

This commit is contained in:
hneemann 2019-01-25 08:15:49 +01:00
parent 10998a68b5
commit 592a7843b0

View File

@ -17,7 +17,7 @@ import de.neemann.digital.core.element.Keys;
import static de.neemann.digital.core.element.PinInfo.input; import static de.neemann.digital.core.element.PinInfo.input;
/** /**
* A memory which allows to overwrite single bytes. * A synchronized read memory which can be synthesised by using block ram.
*/ */
public class BlockRAMDualPort extends Node implements Element, RAMInterface { public class BlockRAMDualPort extends Node implements Element, RAMInterface {