From: Luke Kenneth Casson Leighton Date: Mon, 8 Apr 2019 03:11:56 +0000 (+0100) Subject: remove twin negatives in comment X-Git-Tag: div_pipeline~2272 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=361df3a1bfc15a3eef4d2aad42ae3c5d3cee1da7;p=soc.git remove twin negatives in comment --- diff --git a/TLB/src/TLB.py b/TLB/src/TLB.py index 0b5e8206..3538bdc1 100644 --- a/TLB/src/TLB.py +++ b/TLB/src/TLB.py @@ -85,7 +85,7 @@ class TLB(): # Output result of permission validation self.perm_valid.eq(self.perm_validator.valid) ] - # Do not output PTE if permissions fail + # Only output PTE if permissions are valid with m.If(self.perm_validator.valid): # XXX TODO - dummy for now reg_data = Signal.like(self.pte_out)