Commit 9b88174b authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

Make the genum respect the Wishbone error line.

parent ba60e1ac
......@@ -588,7 +588,7 @@ begin
csr_we_o => wrc_slave_i.we,
csr_cyc_o => wrc_slave_i.cyc,
csr_dat_i => wrc_slave_o.dat,
csr_ack_i => wrc_slave_o.ack,
csr_ack_i => wrc_slave_o.ack or wrc_slave_o.err,
csr_stall_i => wrc_slave_o.stall,
---------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment