Update comments for consitency
authorDaniel Benusovich <flyingmonkeys1996@gmail.com>
Wed, 10 Apr 2019 06:14:02 +0000 (23:14 -0700)
committerDaniel Benusovich <flyingmonkeys1996@gmail.com>
Wed, 10 Apr 2019 06:14:02 +0000 (23:14 -0700)
TLB/src/Cam.py

index 64ccdcaaa91ad04652a35969a9ff855312bf00ef..3c499211ced38cc95da62f270311159213e13fe0 100644 (file)
@@ -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