From: Luke Kenneth Casson Leighton Date: Sat, 19 Sep 2020 22:38:13 +0000 (+0100) Subject: add pc_o not connected X-Git-Tag: 24jan2021_ls180~377 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=45ab319fc1efc33cdc58af6742771a5e6fcfbd1e;p=soc.git add pc_o not connected --- diff --git a/src/soc/litex/florent/libresoc/core.py b/src/soc/litex/florent/libresoc/core.py index a9571eb5..992470c4 100644 --- a/src/soc/litex/florent/libresoc/core.py +++ b/src/soc/litex/florent/libresoc/core.py @@ -96,8 +96,9 @@ class LibreSoC(CPU): i_pc_i = 0, i_pc_i_ok = 0, i_core_bigendian_i = 0, # Signal(), - o_busy_o = Signal(), - o_memerr_o = Signal(), + o_busy_o = Signal(), # not connected + o_memerr_o = Signal(), # not connected + o_pc_o = Signal(64), # not connected # interrupts i_int_level_i = self.interrupt,