Skip to content

Commit 2462e0e

Browse files
committed
correct comment
1 parent 4763734 commit 2462e0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

serial-hexdump.v

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
/** \file
2-
* Monitor a flash device and print the addresses read
2+
* Print a hexdump of the incoming serial data.
33
*
44
* The up5k has 1024 Kb of single ported block RAM.
55
* This is can't read/write simultaneously, so it is necessary to
66
* mux the read/write pins.
77
*
8+
* This tests the 16to8 fifo, which allows us to enqueue two characters
9+
* at a time into the tx fifo, perfect for hexdumps.
810
*/
911
`include "util.v"
1012
`include "uart.v"

0 commit comments

Comments
 (0)