From db666b1bead368a24d7a584e6a72207db186ea08 Mon Sep 17 00:00:00 2001 From: Daniel Benusovich Date: Sat, 23 Feb 2019 13:52:43 -0800 Subject: [PATCH] Updating to elaborate --- TLB/src/CamEntry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TLB/src/CamEntry.py b/TLB/src/CamEntry.py index 5b4cb2fb..cbb78d69 100644 --- a/TLB/src/CamEntry.py +++ b/TLB/src/CamEntry.py @@ -24,7 +24,7 @@ class CamEntry: self.data = Signal(data_size) - def get_fragment(self, platform=None): + def elaborate(self, platform=None): m = Module() with m.Switch(self.command): with m.Case("01"): -- 2.30.2