From 6449da11ddae8ac756ef4b3d86016b12601de36a Mon Sep 17 00:00:00 2001 From: Godzil Date: Tue, 24 Feb 2015 00:19:19 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5420b8b..5447707 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,9 @@ This project only contains the VHDL files for building the core and its depencie TODO ==== -* Make it work on the DE0. Z80 + SRAM, ROM and UART are working, but SDRAM need more tweak. I also need to publish the changes. * Add support for the integrated SD Card * Video Out and PS2 for a keyboard could be also a nice entry. * Currently the 4 hex digit are used to show the CPU PC, but I will also create an IO device to show on them the value you want * Also add all the SW switch and Button 1 and 2 to GPI and the LED to GPO minus the one used to display the CPU status. and Button 0 is used for Reset. -* The original design was developed for a Papilo Pro board, which featres a reasonable amount of non volatile memory onboard. The DE0 have a flash device, it may be nice to allow to map it to memory. Not sure if allow write to it is a good idea. +* The original design was developed for a Papilo Pro board, which features a reasonable amount of non volatile memory onboard. The DE0 have a flash device, it may be nice to allow to map it to memory. Not sure if allow write to it is a good idea. * Also the two GPIO header could be added to the IO mapping.