remove whitespace
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 12 Mar 2019 06:48:45 +0000 (06:48 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 12 Mar 2019 06:48:45 +0000 (06:48 +0000)
TLB/src/RegisterFile.py

index 7cc00bc2333575bce7916fc4efc34009cbcdcf8c..317d240f004f2a18419d7597e36d37d09a951ce8 100644 (file)
@@ -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):