dcbz: cleanup
[soc.git] / src / soc / experiment / compldst_multi.py
index 822fe109aa0ba32e8e5fc2e385b465224b431bde..376aeb6434ebc7ab27583e29dc40540bb53ed25f 100644 (file)
@@ -522,6 +522,7 @@ class LDSTCompUnit(RegSpecAPI, Elaboratable):
         # connect to LD/ST PortInterface.
         comb += pi.is_ld_i.eq(op_is_ld & busy_o)  # decoded-LD
         comb += pi.is_st_i.eq(op_is_st & busy_o)  # decoded-ST
+        comb += pi.is_dcbz_i.eq(op_is_dcbz & busy_o)  # decoded-DCBZ
         comb += pi.data_len.eq(oper_r.data_len)  # data_len
         # address: use sync to avoid long latency
         sync += pi.addr.data.eq(addr_r)           # EA from adder