From: Luke Kenneth Casson Leighton Date: Tue, 5 Mar 2019 11:39:02 +0000 (+0000) Subject: whoops move comment X-Git-Tag: div_pipeline~2346 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4b6cb18af738299d977eb8007108383135d67166;p=soc.git whoops move comment --- diff --git a/TLB/src/Cam.py b/TLB/src/Cam.py index 8edda056..eca9f60b 100644 --- a/TLB/src/Cam.py +++ b/TLB/src/Cam.py @@ -66,8 +66,8 @@ class Cam(): self.decoder.n.eq(0) ] - # Set the key value for every CamEntry with m.If(self.enable): + # Set the key value for every CamEntry for index in range(self.cam_size): # Read Operation