From 82283f01f4a91f715eaffe93de14bb7732fa9602 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Tue, 4 May 2021 04:47:58 +0000 Subject: [PATCH] Add README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..29da987 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# RISC-V CPU + +Harvard architecture + +Desired features: +* 1- or 5-stage pipeline selectable via parameter +* AXI-lite Master for both instruction and data memory +* 32, 64, or 128 bit word size +* floating point support +* multiplication +* division +* instruction and data caches