From 1efb192d4aba91cefda728031544b5b8c4b5428d Mon Sep 17 00:00:00 2001 From: Xia Xiao Date: Tue, 7 Nov 2017 22:32:22 -0500 Subject: [PATCH] Update hardware.py --- hardware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware.py b/hardware.py index 36b055e..5d881bc 100644 --- a/hardware.py +++ b/hardware.py @@ -79,7 +79,7 @@ class Memory: clock: Set input of the register to the value of the register run: To execute read/write memory ------ - Note that without .set_write(), .clock() will not save the input value + Note that without .set_memwrite(), .run() will not save the input value """ def __init__(self): self.data = {}