From: Luke Kenneth Casson Leighton Date: Sat, 9 Mar 2019 22:30:01 +0000 (+0000) Subject: whitespace (put intermediate on separate line) X-Git-Tag: div_pipeline~2321 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a4b65d878d3d00b7966c0de2fd1b368ed52837d1;p=soc.git whitespace (put intermediate on separate line) --- 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 += [