From 20ff3d25784e05fe6cdfa5c5a1c8ca4fc508f93c Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 26 Apr 2019 11:56:27 +0100 Subject: [PATCH] whitespace --- TLB/src/AddressEncoder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TLB/src/AddressEncoder.py b/TLB/src/AddressEncoder.py index 31af2ff7..4c4b8d76 100644 --- a/TLB/src/AddressEncoder.py +++ b/TLB/src/AddressEncoder.py @@ -30,7 +30,7 @@ class AddressEncoder(): self.single_match = Signal(1) self.multiple_match = Signal(1) self.o = Signal(max=width) - + def elaborate(self, platform=None): m = Module() @@ -43,7 +43,7 @@ class AddressEncoder(): self.p_encoder.i.eq(self.i) ] - # Steps: + # Steps: # 1. check if the input vector is non-zero # 2. if non-zero, check if single match or multiple match # 3. set output line to be lowest value address output -- 2.30.2