From 7198cd23e07cec97849eb4a5054658e499f70237 Mon Sep 17 00:00:00 2001 From: Daniel Benusovich Date: Sun, 24 Feb 2019 23:13:15 -0800 Subject: [PATCH] A few more comments for the src --- TLB/src/Cam.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/TLB/src/Cam.py b/TLB/src/Cam.py index 30783cea..5c989786 100644 --- a/TLB/src/Cam.py +++ b/TLB/src/Cam.py @@ -16,8 +16,7 @@ from CamEntry import CamEntry # performed within. # Notes: # The search, write, and reset operations take one clock cycle to complete. -# Attempting a read before reading the search result will cause -# the read to be ignored. +# Performing a read right after a search will cause the read to be ignored. class Cam(): # Arguments: -- 2.30.2