Skip to content

Commit 0e3ab33

Browse files
committed
update
1 parent 1eda400 commit 0e3ab33

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11

2-
pcap
3-
----
2+
Modules
3+
=======
4+
5+
pcap (sim)
6+
----------
47
Utility to replay a packets from Wireshark/tcpdump pcap file over a single-byte bus
58
for use in network handling test benches.
69
http://wiki.wireshark.org/Development/LibpcapFileFormat
710

8-
littletoe
9-
---------
11+
littletoe (synth)
12+
-----------------
1013
Basic read-only MAC/IP/TCP stack to follow a specific TCP session at the data level, from wire-format packets.
1114

12-
bcd
13-
---
15+
bcd (synth)
16+
-----------
1417
Convertors to and from binary to numerical ascii/bcd
1518

16-
xml
17-
---
18-
A scanner/parser to help parse XML documents. Track tag nesting stack, tag key/value/data, comments and outputs control signals synchronised with datastream. Uses an internal 4-byte look-ahead.
19-
19+
xml (synth)
20+
-----------
21+
A scanner/parser to parse XML documents. Tracks tag nesting stack (8 deep), tag key/value/data, comments/data/tag stream. Outpus control signals synchronised with delayed datastream. Uses an internal 4-byte look-ahead for processing, which can be flushed with EOM input.
2022

2123
hash
2224
----
@@ -28,8 +30,8 @@ altera
2830
Code from the Altera cookbook modified to simulate in Icarus.
2931
http://www.altera.com/literature/manual/stx_cookbook.pdf
3032

31-
testbench
32-
---------
33+
Testbenches
34+
===========
3335
Test benches can be rebuilt with `make` assuming you have `ivp` and `iverilog` on your path.
3436
Simulation waveforms are written to lxt2 format and are opened with `gtkwave` when a bench/implementation is rebuilt.
3537
Save files for gtkwave (`gtksav/*.sav`) are included to setup zoom and signals.

0 commit comments

Comments
 (0)