mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Got the tracer not overrunning ethernet buffers so frames are not being dropped.
This commit is contained in:
parent
82b54c0887
commit
cccb40e4b5
@ -100,7 +100,7 @@ module packetizer import cvw::*; #(parameter cvw_t P,
|
||||
// at 20MHz 250 ms is 250e-3 / (1/20e6) = 5,000,000.
|
||||
counter #(32) rstcounter(m_axi_aclk, RstCountRst, RstCountEn, RstCount);
|
||||
assign CountFlag = RstCount == 32'd100000000;
|
||||
assign DelayFlag = RstCount == 32'd48;
|
||||
assign DelayFlag = RstCount == 32'd200;
|
||||
|
||||
flopenr #(187+(3*P.XLEN) + MAX_CSRS*(P.XLEN+12)) rvvireg(m_axi_aclk, ~m_axi_aresetn, valid, rvvi, rvviDelay);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user