Correct comment in TLB
[soc.git] / 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