From 7b5d56a90ed116ad1f63b5cf5df752d0ce598ad0 Mon Sep 17 00:00:00 2001 From: Daniel Benusovich Date: Sat, 16 Feb 2019 14:47:29 -0800 Subject: [PATCH] Adding a sweet sweet comment --- TLB/CAM.py | 1 + 1 file changed, 1 insertion(+) diff --git a/TLB/CAM.py b/TLB/CAM.py index b6bd30b1..0c332b96 100644 --- a/TLB/CAM.py +++ b/TLB/CAM.py @@ -26,6 +26,7 @@ class CAM(): m.d.submodules.encoder = encoder = Encoder(cam_size) + # Set the key value for every CamEntry for index in range(cam_size): m.d.sync += [ entry_array[index].write.eq(self.write), -- 2.30.2