Here is a brief log of the RTL Run. If you have read the Specification (in particular pages 3-4), this should make sense
0: 0000000000000000000000000000000000000000000000000000000000
145: 80180000000000000000000000000500001a0000000007000008000009
195: 80180001000000000000000000000500001a050000000a00000b00000c
245: 80180002000000000000000000000500001a0a0000000d00000e00000f
295: 80180003000000000000000000000500001b0000000010000011000012
345: 80180004000000000000000000000500001b0500000013000014000015
395: 80180005000000000000000000000500001b0a00000016000017000018
445: 80180006000000000000000000000500001c000000001900001a00001b
495: 80180007000000000000000000000500001c050000001c00001d00001e
Here is a snapshot of the RTL simulation
Here is a brief log of the post-synthesis simulation
0: 0000000000000000000000000000000000000000000000000000000000
145: 80180000000000000000000000000500001a0000000007000008000009
195: 80180001000000000000000000000500001a050000000a00000b00000c
245: 80180002000000000000000000000500001a0a0000000d00000e00000f
295: 80180003000000000000000000000500001b0000000010000011000012
345: 80180004000000000000000000000500001b0500000013000014000015
395: 80180005000000000000000000000500001b0a00000016000017000018
445: 80180006000000000000000000000500001c000000001900001a00001b
495: 80180007000000000000000000000500001c050000001c00001d00001e
545: 80180008000000000000000000000500001c0a0000001f000020000021
595: 80180009000000000000000000000500001d0000000022000023000024
Here is a snapshot of the post-synthesis simulation
The Synthesis summary report is packetizer.syr
As the code is uploaded to bitbucket, please help test it. Thanks in advance
"Note that RTP core will add UDP/IP and Ethernet Headers as well in the near future."
ReplyDeleteYou should *add* a modified version of figure 1 in the specification that shows all these blocks are being merged (do not remove figure 1). And note, that in the future for use in the actual system, these will need to be separated (complex is better than complicated, http://heatertech.blogspot.com/2014/03/simple-complex-complicated.html ).
It is completely valid the *static headers* are being added in the RTP block for this development because the UDP/IP/Ethernet configurability was not part of the core tasks for this project. Regardless, we should keep in mind the requirements of the actual system.
Keep up the good work, it is great to see progress being made.
" The design has also gone through synthesis Xilinx Synthesis flow and I have successfully done its post-synthesis simulation."
ReplyDeleteCan you post the synthesis results?
ReplyDeletestate <= #1 IDLE;
byte_cnt <= #1 0;
Don't use the #1 delays in assignments.