From: Daniel Benusovich Date: Tue, 5 Mar 2019 07:30:09 +0000 (-0800) Subject: Add comma. woops X-Git-Tag: div_pipeline~2356 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b85d45a0720c3a10d3cb9d8e40eb51242e0b2a10;p=soc.git Add comma. woops --- diff --git a/TLB/src/Cam.py b/TLB/src/Cam.py index 4fc9ccfe..b8e58934 100644 --- a/TLB/src/Cam.py +++ b/TLB/src/Cam.py @@ -24,7 +24,7 @@ class Cam(): the read to be ignored. """ - def __init__(self data_size, cam_size): + 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 int he CAM