Skip to content

Commit

Permalink
Clarify use of ENABLE_PCPI.
Browse files Browse the repository at this point in the history
* ENABLE_PCPI is only needed for external co-processors.
* Correct spelling of demonstration.
  • Loading branch information
WillGreen committed Mar 6, 2024
1 parent c0acaeb commit 92c1360
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@ triggering an interrupt.

#### ENABLE_PCPI (default = 0)

Set this to 1 to enable the Pico Co-Processor Interface (PCPI).
Set this to 1 to enable the _external_ Pico Co-Processor Interface (PCPI).
The external interface is not required for the internal PCPI cores, such as
`picorv32_pcpi_mul`.

#### ENABLE_MUL (default = 0)

Expand Down Expand Up @@ -284,7 +286,7 @@ Support for the timer is always disabled when ENABLE_IRQ is set to 0.
#### ENABLE_TRACE (default = 0)

Produce an execution trace using the `trace_valid` and `trace_data` output ports.
For a demontration of this feature run `make test_vcd` to create a trace file
For a demonstration of this feature run `make test_vcd` to create a trace file
and then run `python3 showtrace.py testbench.trace firmware/firmware.elf` to decode
it.

Expand Down Expand Up @@ -735,4 +737,3 @@ See `make area` in [scripts/vivado/](scripts/vivado/).
| PicoRV32 (small) | 761 | 48 | 442 |
| PicoRV32 (regular) | 917 | 48 | 583 |
| PicoRV32 (large) | 2019 | 88 | 1085 |

0 comments on commit 92c1360

Please sign in to comment.