URL
https://opencores.org/ocsvn/ethmac/ethmac/trunk
[/] [ethmac/] [trunk/] [rtl/] [verilog/] [eth_receivecontrol.v] - Diff between revs 353 and 354
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 353 |
Rev 354 |
Line 302... |
Line 302... |
DlyCrcCnt <= DlyCrcCnt + 3'd1;
|
DlyCrcCnt <= DlyCrcCnt + 3'd1;
|
end
|
end
|
|
|
|
|
assign ResetByteCnt = RxEndFrm;
|
assign ResetByteCnt = RxEndFrm;
|
assign IncrementByteCnt = RxValid & DetectionWindow & ~ByteCntEq18 & (~DlyCrcEn | DlyCrcEn & DlyCrcCnt[2]);
|
assign IncrementByteCnt = RxValid & DetectionWindow & ~ByteCntEq18 &
|
|
(~DlyCrcEn | DlyCrcEn & DlyCrcCnt[2]);
|
|
|
|
|
// Byte counter
|
// Byte counter
|
always @ (posedge MRxClk or posedge RxReset)
|
always @ (posedge MRxClk or posedge RxReset)
|
begin
|
begin
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.