Updating to elaborate
authorDaniel Benusovich <flyingmonkeys1996@gmail.com>
Sat, 23 Feb 2019 21:52:43 +0000 (13:52 -0800)
committerDaniel Benusovich <flyingmonkeys1996@gmail.com>
Sat, 23 Feb 2019 21:52:43 +0000 (13:52 -0800)
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"):