whitespace (put intermediate on separate line)
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 9 Mar 2019 22:30:01 +0000 (22:30 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 9 Mar 2019 22:30:01 +0000 (22:30 +0000)
TLB/src/Cam.py

index fcdecc26bc3daba81ce9c974b54c5d018bcae05a..de9be90adb069c22acdf89efe19bc9f7cbd2bd0c 100644 (file)
@@ -91,8 +91,9 @@ class Cam():
 
                 # Send data input to all entries
                 m.d.comb += entry_array[index].data_in.eq(self.data_in)
-                #Send all entry matches to encoder
-                m.d.comb += self.vector_assembler.i[index].eq(entry_array[index].match)
+                # Send all entry matches to encoder
+                ematch = entry_array[index].match
+                m.d.comb += self.vector_assembler.i[index].eq(ematch)
 
             # Give input to and accept output from encoder module
             m.d.comb += [