From: Daniel Benusovich Date: Mon, 25 Feb 2019 07:13:15 +0000 (-0800) Subject: A few more comments for the src X-Git-Tag: div_pipeline~2368 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7198cd23e07cec97849eb4a5054658e499f70237;p=soc.git A few more comments for the src --- 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: