From: Luke Kenneth Casson Leighton Date: Mon, 13 May 2019 21:07:54 +0000 (+0100) Subject: sync on req_rel X-Git-Tag: div_pipeline~2053 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=88f1967d9f777b3dc266041f7f2dd854d3c0a20f;p=soc.git sync on req_rel --- diff --git a/src/experiment/score6600.py b/src/experiment/score6600.py index c1f1ffc4..097e7267 100644 --- a/src/experiment/score6600.py +++ b/src/experiment/score6600.py @@ -326,7 +326,7 @@ class Scoreboard(Elaboratable): m.d.sync += cu.issue_i[0:2].eq(fn_issue_o[0:2]) # Connect ALU request release to FUs - m.d.comb += intfus.req_rel_i.eq(cu.req_rel_o) # pipe out ready + m.d.sync += intfus.req_rel_i.eq(cu.req_rel_o) # pipe out ready return m