Skip to content

Commit 4c22685

Browse files
author
Sebastien Bourdeauducq
committedNov 23, 2011
Fix assignment to bus_errors_en
1 parent 028c9f6 commit 4c22685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎cores/sysctl/rtl/sysctl.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ always @(posedge sys_clk) begin
188188
5'b10101: begin
189189
if(csr_di[0])
190190
debug_write_lock <= 1'b1;
191-
bus_errors_en = csr_di[1];
191+
bus_errors_en <= csr_di[1];
192192
end
193193

194194
// 11101 is clk_freq and is read-only

0 commit comments

Comments
 (0)
Please sign in to comment.