From 7a02d543b71ac349f3f8a8ce99606744f142b836 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 12 Mar 2019 06:46:48 +0000 Subject: [PATCH] remove whitespace --- TLB/src/Cam.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TLB/src/Cam.py b/TLB/src/Cam.py index ab8f2c15..1cb88d88 100644 --- a/TLB/src/Cam.py +++ b/TLB/src/Cam.py @@ -24,9 +24,9 @@ class Cam(): Notes: The read and write operations take one clock cycle to complete. Currently the read_warning line is present for interfacing but - is not necessary for this design. This module is capable of writing + is not necessary for this design. This module is capable of writing in the first cycle, reading on the second, and output the correct - address on the third. + address on the third. """ def __init__(self, data_size, cam_size): -- 2.30.2