From 6abc6fd5a869976b4e31e12908e835827399deec Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Mon, 21 Dec 2020 18:12:34 +0100 Subject: remove double lines in memory map comments --- design/soc.v | 4 ++-- 1 file 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 -- cgit v1.2.3