aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-09-23 08:07:00 +0200
committerClifford Wolf <clifford@clifford.at>2015-09-23 08:07:00 +0200
commitf8c96d6d37b636bcfaee31642dade402bacf381e (patch)
tree1895d8216b750274a31edbe196d1f83bfe70059a /README.md
parente063f64ea2d4659c223980451da87dd56b93eda5 (diff)
downloadpicorv32-f8c96d6d37b636bcfaee31642dade402bacf381e.tar.gz
picorv32-f8c96d6d37b636bcfaee31642dade402bacf381e.zip
Fixed README typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.