From ae9d50d9386c24951748b89481e22f10709f858e Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 12 Mar 2019 06:48:45 +0000 Subject: [PATCH] remove whitespace --- TLB/src/RegisterFile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.30.2