From f8c96d6d37b636bcfaee31642dade402bacf381e Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 23 Sep 2015 08:07:00 +0200 Subject: Fixed README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 351f4ab..379b76c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ For even smaller size it is possible disable support for registers `x16`..`x31` well as `RDCYCLE[H]`, `RDTIME[H]`, and `RDINSTRET[H]` instructions, turning the processor into an RV32E core. -Furthermore it is possible to choose between a single-port and a dual-port +Furthermore it is possible to choose between a dual-port and a single-port register file implementation. The former provides better performance while the latter results in a smaller core. -- cgit