Correct comment in Cam to reflect changes
authorDaniel Benusovich <flyingmonkeys1996@gmail.com>
Sat, 9 Mar 2019 04:11:04 +0000 (20:11 -0800)
committerDaniel Benusovich <flyingmonkeys1996@gmail.com>
Sat, 9 Mar 2019 04:11:04 +0000 (20:11 -0800)
TLB/src/Cam.py

index 37df135542324211b3be1ca151978ad35d89adc6..e4340fcd1696d6ca0889cdc2f7851af053bcef03 100644 (file)
@@ -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),