projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a02d54
)
remove whitespace
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 12 Mar 2019 06:48:45 +0000
(06:48 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 12 Mar 2019 06:48:45 +0000
(06:48 +0000)
TLB/src/RegisterFile.py
patch
|
blob
|
history
diff --git
a/TLB/src/RegisterFile.py
b/TLB/src/RegisterFile.py
index 7cc00bc2333575bce7916fc4efc34009cbcdcf8c..317d240f004f2a18419d7597e36d37d09a951ce8 100644
(file)
--- a/
TLB/src/RegisterFile.py
+++ b/
TLB/src/RegisterFile.py
@@
-10,7
+10,7
@@
class RegisterFile():
To Write: Set the address line to the desired register in the file, set
write_enable HIGH, and wait one cycle
To Read: Set the address line to the desired register in the file, set
- write_enable LOW, and wait one cycle.
+ write_enable LOW, and wait one cycle.
"""
def __init__(self, data_size, file_size):