diff options
-rw-r--r-- | design/soc.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/design/soc.v b/design/soc.v index 0d17f2c..9b69133 100644 --- a/design/soc.v +++ b/design/soc.v @@ -20,11 +20,11 @@ * h140200 - h140201 - SPI bytes_to_output reg * h140202 - h140203 - SPI bytes_to_receive reg * h140204 - h140207 - SPI operating reg - * h140204 - h140207 - SPI operating reg * h140208 - h1403FF - undefined (actually, repetitions of SPI regs) * h140400 - h17FFFF - undefined (actually, repetitions of SPI memory & regs) * h180000 - h1BFFFF - UART (not implemented yet) - * h1C0000 - h1FFFFF - miscellaneous peripherals + * h1C0000 - h1C000F - miscellaneous peripherals + * h1C000F - h1FFFFF - undefined (actually, repetitions misc. peripherals) */ `default_nettype none |