From: Luke Kenneth Casson Leighton Date: Sat, 5 Sep 2020 16:58:00 +0000 (+0100) Subject: sync on ICP eint X-Git-Tag: semi_working_ecp5~183 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c083e3efabc7849ad22590bccd3301c726785c87;p=soc.git sync on ICP eint --- diff --git a/src/soc/simple/issuer.py b/src/soc/simple/issuer.py index 788fdcac..5c3bb51a 100644 --- a/src/soc/simple/issuer.py +++ b/src/soc/simple/issuer.py @@ -115,7 +115,7 @@ class TestIssuer(Elaboratable): m.submodules.xics_icp = icp = self.xics_icp m.submodules.xics_ics = ics = self.xics_ics comb += icp.ics_i.eq(ics.icp_o) # connect ICS to ICP - comb += cur_state.eint.eq(icp.core_irq_o) # connect ICP to core + sync += cur_state.eint.eq(icp.core_irq_o) # connect ICP to core # GPIO test peripheral if self.gpio: