Skip to content

Commit

Permalink
Fix assignment to bus_errors_en
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Nov 23, 2011
1 parent 028c9f6 commit 4c22685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cores/sysctl/rtl/sysctl.v
Expand Up @@ -188,7 +188,7 @@ always @(posedge sys_clk) begin
5'b10101: begin
if(csr_di[0])
debug_write_lock <= 1'b1;
bus_errors_en = csr_di[1];
bus_errors_en <= csr_di[1];
end

// 11101 is clk_freq and is read-only
Expand Down

0 comments on commit 4c22685

Please sign in to comment.