mirror of
https://github.com/olofk/serv.git
synced 2026-01-13 15:17:25 +00:00
Fix RF we gating for RF width > 2
This commit is contained in:
parent
4c3ea39b06
commit
0c601f0872
@ -126,7 +126,7 @@ module serv_rf_if
|
||||
assign o_wreg0 = i_rd_waddr;
|
||||
assign o_wreg1 = 5'd0;
|
||||
|
||||
assign o_wen0 = rd_wen;
|
||||
assign o_wen0 = i_cnt_en & rd_wen;
|
||||
assign o_wen1 = 1'b0;
|
||||
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user