From: Daniel Benusovich Date: Sat, 9 Mar 2019 04:11:04 +0000 (-0800) Subject: Correct comment in Cam to reflect changes X-Git-Tag: div_pipeline~2326 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=27b12d90a0e2d029070e9171f0244f728fe12198;p=soc.git Correct comment in Cam to reflect changes --- 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),