From: Luke Kenneth Casson Leighton Date: Wed, 13 Mar 2019 07:34:20 +0000 (+0000) Subject: spelling correction X-Git-Tag: div_pipeline~2296 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c9b0c810c092d5bfc9043ad4bb8077e48af32aa3;p=soc.git spelling correction --- diff --git a/TLB/src/TLB.py b/TLB/src/TLB.py index c1e8815e..ae772b55 100644 --- a/TLB/src/TLB.py +++ b/TLB/src/TLB.py @@ -99,7 +99,7 @@ class TLB(): mem_addrress = self.cam_L1.match_address # Memory Logic m.d.comb += read_L1.addr(mem_address) - # Permission vVlidator Logic + # Permission Validator Logic m.d.comb += [ self.hit.eq(1), # Set permission validator data to the correct