From a4b65d878d3d00b7966c0de2fd1b368ed52837d1 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 9 Mar 2019 22:30:01 +0000 Subject: [PATCH] whitespace (put intermediate on separate line) --- TLB/src/Cam.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TLB/src/Cam.py b/TLB/src/Cam.py index fcdecc26..de9be90a 100644 --- a/TLB/src/Cam.py +++ b/TLB/src/Cam.py @@ -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 += [ -- 2.30.2