Updating to elaborate
[soc.git] / TLB / src / CamEntry.py
index 5b4cb2fb6036368738d0b37110967b08a06783f8..cbb78d693b896c2527fa6b84fc06379cf323e6e7 100644 (file)
@@ -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"):