From: Luke Kenneth Casson Leighton Date: Tue, 12 Mar 2019 06:48:45 +0000 (+0000) Subject: remove whitespace X-Git-Tag: div_pipeline~2304 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ae9d50d9386c24951748b89481e22f10709f858e;p=soc.git remove whitespace --- diff --git a/TLB/src/RegisterFile.py b/TLB/src/RegisterFile.py index 7cc00bc2..317d240f 100644 --- 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):