From: Daniel Benusovich Date: Wed, 10 Apr 2019 06:14:02 +0000 (-0700) Subject: Update comments for consitency X-Git-Tag: div_pipeline~2271 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c752a408fa3b52f0a5a6dfcbe267fa6deeee4a7;p=soc.git Update comments for consitency --- 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