From 0974b344427e697e73e1733967cd51e6e3366061 Mon Sep 17 00:00:00 2001 From: Daniel Benusovich Date: Sun, 31 Mar 2019 19:53:37 -0700 Subject: [PATCH] Correct comment in TLB --- TLB/src/TLB.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TLB/src/TLB.py b/TLB/src/TLB.py index aaa55da2..612ab93e 100644 --- a/TLB/src/TLB.py +++ b/TLB/src/TLB.py @@ -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 -- 2.30.2