missing pspec
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 28 Sep 2020 15:58:29 +0000 (16:58 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 28 Sep 2020 15:58:29 +0000 (16:58 +0100)
src/soc/simple/core.py

index 7fa96c0a3d8235e846f2ae8694212ce63ebae33d..d9dcfeb43d9df08f53766b8dbccf594c16fbc06d 100644 (file)
@@ -69,6 +69,7 @@ def sort_fuspecs(fuspecs):
 
 class NonProductionCore(Elaboratable):
     def __init__(self, pspec):
+        self.pspec = pspec
 
         # single LD/ST funnel for memory access
         self.l0 = TstL0CacheBuffer(pspec, n_units=1)