From: Luke Kenneth Casson Leighton Date: Tue, 10 Mar 2020 18:10:15 +0000 (+0000) Subject: hmmm set store latch based on go_rd_i X-Git-Tag: div_pipeline~1725 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b66fe4d180adc1e5b0491e5343a6d9358d38f8a2;p=soc.git hmmm set store latch based on go_rd_i --- diff --git a/src/soc/experiment/compldst.py b/src/soc/experiment/compldst.py index ea9827a0..f8b27525 100644 --- a/src/soc/experiment/compldst.py +++ b/src/soc/experiment/compldst.py @@ -191,7 +191,7 @@ class LDSTCompUnit(Elaboratable): sync += req_l.r.eq(reset_w) # store latch - sync += sto_l.s.eq(issue_i)# XXX hmmm... |self.go_st_i) + sync += sto_l.s.eq(self.go_rd_i) # XXX not sure which sync += sto_l.r.eq(reset_s) # outputs: busy and release signals