From 27b12d90a0e2d029070e9171f0244f728fe12198 Mon Sep 17 00:00:00 2001 From: Daniel Benusovich Date: Fri, 8 Mar 2019 20:11:04 -0800 Subject: [PATCH] Correct comment in Cam to reflect changes --- 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 37df1355..e4340fcd 100644 --- a/TLB/src/Cam.py +++ b/TLB/src/Cam.py @@ -90,7 +90,7 @@ class Cam(): #Send all entry matches to encoder m.d.comb += self.vector_assembler.input[index].eq(entry_array[index].match) - # Accept output from encoder module + # Give input to and accept output from encoder module m.d.comb += [ self.encoder.i.eq(self.vector_assembler.o), self.single_match.eq(self.encoder.single_match), -- 2.30.2