From: Daniel Benusovich Date: Sat, 16 Feb 2019 22:47:29 +0000 (-0800) Subject: Adding a sweet sweet comment X-Git-Tag: div_pipeline~2400 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7b5d56a90ed116ad1f63b5cf5df752d0ce598ad0;p=soc.git Adding a sweet sweet comment --- 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),