Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update hardware.py
  • Loading branch information
xix14011 committed Nov 8, 2017
1 parent 5069811 commit 1efb192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardware.py
Expand Up @@ -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 = {}
Expand Down

0 comments on commit 1efb192

Please sign in to comment.