Skip to content

Commit

Permalink
[docs] CFS: minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Jul 14, 2022
1 parent 7170967 commit 8ab2ba3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/datasheet/soc_cfs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
| CPU interrupts: | fast IRQ channel 1 | CFS interrupt (see <<_processor_interrupts>>)
|=======================


**Theory of Operation**

The custom functions subsystem is meant for implementing custom and application-specific logic.
Expand All @@ -43,6 +44,9 @@ see the <<_zxcfu_custom_instructions_extension_cfu>> and the according <<_custom
Take a look at the template CFS VHDL source file (`rtl/core/neorv32_cfs.vhd`). The file is highly
commented to illustrate all aspects that are relevant for implementing custom CFS-based co-processor designs.

[TIP]
The memory-mapped CFS registers can also be used to provide instructions for the CPU to be executed.


**CFS Software Access**

Expand Down

0 comments on commit 8ab2ba3

Please sign in to comment.