mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 21:08:08 -04:00
Got the tracer not overrunning ethernet buffers so frames are not being dropped.
This commit is contained in:
parent
82b54c0887
commit
cccb40e4b5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue