diff options
author | Wojciech Kosior <kwojtus@protonmail.com> | 2020-12-21 18:12:34 +0100 |
---|---|---|
committer | Wojciech Kosior <kwojtus@protonmail.com> | 2020-12-21 18:12:34 +0100 |
commit | 6abc6fd5a869976b4e31e12908e835827399deec (patch) | |
tree | bb5addf387625aadfc3564880c4bb7106208ae8d /design | |
parent | c5e3ee1d1c445f799e3cdfeee57ae8cfa3412743 (diff) | |
download | AGH-engineering-thesis-6abc6fd5a869976b4e31e12908e835827399deec.tar.gz AGH-engineering-thesis-6abc6fd5a869976b4e31e12908e835827399deec.zip |
remove double lines in memory map comments
Diffstat (limited to 'design')
-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 |