mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-17 20:02:53 +08:00
Wrong bus width (just cleanup..)
This commit is contained in:
parent
1346c02803
commit
b83ef81db6
@ -138,7 +138,7 @@ module erx_protocol (/*AUTOARG*/
|
||||
rxactive_in <= 1'b1;
|
||||
end else begin
|
||||
rxalign_in <= 3'd0; // No edge
|
||||
rxactive_in <= 3'd0;
|
||||
rxactive_in <= 1'd0;
|
||||
end
|
||||
|
||||
end // always @ ( posedge rxlclk_p )
|
||||
|
Loading…
x
Reference in New Issue
Block a user