From b85d45a0720c3a10d3cb9d8e40eb51242e0b2a10 Mon Sep 17 00:00:00 2001 From: Daniel Benusovich Date: Mon, 4 Mar 2019 23:30:09 -0800 Subject: [PATCH] Add comma. woops --- TLB/src/Cam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2