aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-06-28 12:19:49 +0200
committerClifford Wolf <clifford@clifford.at>2015-06-28 12:19:49 +0200
commit4c15e05298ea334de9e21312e29f6169d12330d2 (patch)
treef63205c5c184898ed60df03d4fc003fb4759ffe2 /README.md
parent818faffe25190fdc2f1a4e1c018724289a370fe0 (diff)
downloadpicorv32-4c15e05298ea334de9e21312e29f6169d12330d2.tar.gz
picorv32-4c15e05298ea334de9e21312e29f6169d12330d2.zip
Moved ENABLE_MUL from picorv32_axi to picorv32
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index eb15cf8..673fc8a 100644
--- a/README.md
+++ b/README.md
@@ -102,10 +102,9 @@ Set this to 1 to enable the Pico Co-Processor Interface (PCPI).
#### ENABLE_MUL (default = 0)
-This parameter is only available on the `picorv32_axi` core. It internally
-enables PCPI and instantiates the `picorv32_pcpi_mul` core that implements
-the `MUL[H[SU|U]]` instructions. The external CPCI interface only becomes
-functional when ENABLE_PCPI is set as well.
+This parameter internally enables PCPI and instantiates the `picorv32_pcpi_mul`
+core that implements the `MUL[H[SU|U]]` instructions. The external CPCI
+interface only becomes functional when ENABLE_PCPI is set as well.
#### ENABLE_IRQ (default = 0)