Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 815 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 815 Bytes

VHDL PCAP Reader/Writer

The goal of this project is to write a PCAP file reader and writer in VHDL. Such a reader and writer is useful for debugging network components in a Hardware Simulation.

This project !ONLY! works in a simulation, such as in ISIM or in Modelsim. It will never ever synthesize !!!

Installation

Checkout this project into your HDL Development directory and add all the files to your IDE or simulation environment.

Usage

TODO: Write usage instructions

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

2016-11-14 initial Version uploaded

License

GPLv2 - look at License.txt