Skip to content

Commit

Permalink
Reset iomem_ready to 0 only in one block
Browse files Browse the repository at this point in the history
- this was another cause of some "conflicting drivers" warning
  • Loading branch information
ax3ghazy committed Oct 31, 2020
1 parent c1e11f8 commit 75bd878
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion verilog/rtl/mprj_ctrl.v
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ module mprj_ctrl #(
xfer_ctrl <= 0;
pwr_ctrl_out <= 0;
end else begin
iomem_ready <= 0;
if (iomem_valid && !iomem_ready && iomem_addr[31:8] == BASE_ADR[31:8]) begin
if (xfer_sel) begin
if (iomem_wstrb[0]) xfer_ctrl <= iomem_wdata[0];
Expand Down

0 comments on commit 75bd878

Please sign in to comment.