mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 12:57:23 -04:00
Closer to fully working hardware tracer.
This commit is contained in:
parent
80f98b3223
commit
fc62f80407
1 changed files with 2 additions and 2 deletions
|
@ -100,13 +100,13 @@ module packetizer import cvw::*; #(parameter cvw_t P,
|
|||
end
|
||||
|
||||
assign Length = {4'b0, BytesInFrame};
|
||||
assign TotalFrame = {16'b0, rvviDelay, Length[7:0], Length[15:8], DstMac, SrcMac};
|
||||
assign TotalFrame = {16'b0, rvviDelay, EthType, DstMac, SrcMac};
|
||||
|
||||
// *** fix me later
|
||||
assign DstMac = 48'h8F54_0000_1654; // made something up
|
||||
assign SrcMac = 48'h4502_1111_6843;
|
||||
assign Tag = 32'b0;
|
||||
assign EthType = 16'h0801;
|
||||
assign EthType = 16'h005c;
|
||||
|
||||
assign RvviAxiWdata = TotalFrameWords[WordCount];
|
||||
assign RvviAxiWstrb = '1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue