From: Luke Kenneth Casson Leighton Date: Mon, 28 Sep 2020 15:58:29 +0000 (+0100) Subject: missing pspec X-Git-Tag: 24jan2021_ls180~292 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8cd584fe297ad21289170ba6e00f53501c79a634;p=soc.git missing pspec --- diff --git a/src/soc/simple/core.py b/src/soc/simple/core.py index 7fa96c0a..d9dcfeb4 100644 --- a/src/soc/simple/core.py +++ b/src/soc/simple/core.py @@ -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)