We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4763734 commit 2462e0eCopy full SHA for 2462e0e
serial-hexdump.v
@@ -1,10 +1,12 @@
1
/** \file
2
- * Monitor a flash device and print the addresses read
+ * Print a hexdump of the incoming serial data.
3
*
4
* The up5k has 1024 Kb of single ported block RAM.
5
* This is can't read/write simultaneously, so it is necessary to
6
* mux the read/write pins.
7
8
+ * This tests the 16to8 fifo, which allows us to enqueue two characters
9
+ * at a time into the tx fifo, perfect for hexdumps.
10
*/
11
`include "util.v"
12
`include "uart.v"
0 commit comments