From: Luke Kenneth Casson Leighton Date: Tue, 8 Sep 2020 13:09:06 +0000 (+0100) Subject: give Decode2Execute1Type in core a name X-Git-Tag: semi_working_ecp5~125 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=14c5ac5fc7a58bd84b1daecd27c4d75f47e19e9e;p=soc.git give Decode2Execute1Type in core a name --- diff --git a/src/soc/simple/core.py b/src/soc/simple/core.py index 8ec18ce9..6f9c2a86 100644 --- a/src/soc/simple/core.py +++ b/src/soc/simple/core.py @@ -80,7 +80,7 @@ class NonProductionCore(Elaboratable): self.regs = RegFiles() # instruction decoder - self.e = Decode2ToExecute1Type() # decoded instruction + self.e = Decode2ToExecute1Type("core") # decoded instruction self.state = CoreState("core") self.raw_insn_i = Signal(32) # raw instruction self.bigendian_i = Signal() # bigendian