From: Luke Kenneth Casson Leighton Date: Sun, 14 Apr 2019 14:07:28 +0000 (+0100) Subject: update comment block X-Git-Tag: div_pipeline~2248 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=95b4aaba842731c519dc12f3da7255e0c26c86ca;p=soc.git update comment block --- diff --git a/TLB/src/ariane/ptw.py b/TLB/src/ariane/ptw.py index 33c16e42..832e9bc1 100644 --- a/TLB/src/ariane/ptw.py +++ b/TLB/src/ariane/ptw.py @@ -147,7 +147,7 @@ class PTW: tag_valid = Signal() # register the ASID tlb_update_asid = Signal(ASID_WIDTH) - # register the VPN we need to walk, SV39 defines a 39 bit virtual address + # register VPN we need to walk, SV39 defines a 39 bit virtual addr vaddr = Signal(64) # 4 byte aligned physical pointer ptw_pptr = Signal(56)