From 1c752a408fa3b52f0a5a6dfcbe267fa6deeee4a7 Mon Sep 17 00:00:00 2001 From: Daniel Benusovich Date: Tue, 9 Apr 2019 23:14:02 -0700 Subject: [PATCH] Update comments for consitency --- 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 64ccdcaa..3c499211 100644 --- a/TLB/src/Cam.py +++ b/TLB/src/Cam.py @@ -30,8 +30,8 @@ class Cam(): def __init__(self, data_size, cam_size): """ Arguments: - * data_size: (bit count) The size of the data - * cam_size: (entry count) The number of entries in the CAM + * data_size: (bits) The bit size of the data + * cam_size: (number) The number of entries in the CAM """ # Internal -- 2.30.2