From 4b6cb18af738299d977eb8007108383135d67166 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 5 Mar 2019 11:39:02 +0000 Subject: [PATCH] whoops move comment --- 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 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 -- 2.30.2