Correct comment in TLB
authorDaniel Benusovich <flyingmonkeys1996@gmail.com>
Mon, 1 Apr 2019 02:53:37 +0000 (19:53 -0700)
committerDaniel Benusovich <flyingmonkeys1996@gmail.com>
Mon, 1 Apr 2019 02:53:37 +0000 (19:53 -0700)
TLB/src/TLB.py

index aaa55da22cbad7b1838cba50a01496b1bbdc6701..612ab93edde068ceb9ce96c63a369e1490005efb 100644 (file)
@@ -81,7 +81,7 @@ class TLB():
                         m.d.comb += [
                             write_L1.en.eq(1),
                             write_L1.addr.eq(self.address_L1),
-                            # The first argument is the LSB
+                            # The Cat places arguments from LSB -> MSB
                             write_L1.data.eq(Cat(self.pte, self.asid))
                         ]
                         # CAM_L1 Logic