Skip to content

Commit

Permalink
[docs] minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed May 30, 2024
1 parent 506c1fe commit 3b02874
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/datasheet/soc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ All signals are of type `std_ulogic` or `std_ulogic_vector`, respectively.
All _optional_ input signals provide default values in case they are not explicitly assigned during instantiation.
The weak driver strengths of VHDL (`'L'` and `'H'`) are used to model a pull-down or pull-up resistor.

.Configurable Amount of Channels
.Variable-Sized Ports
[NOTE]
Some peripherals allow to configure the number of channels to-be-implemented by a generic (for example the number
of PWM channels). The according input/output signals have a fixed sized regardless of the actually configured
Expand Down Expand Up @@ -168,10 +168,7 @@ Some interfaces (like the TWI and the 1-Wire bus) require tri-state drivers in t
=== Processor Top Entity - Generics

This section lists all configuration generics of the NEORV32 processor top entity (`rtl/neorv32_top.vhd`).

.Customization
[TIP]
The NEORV32 generics allow to configure the system according to your needs. The generics are
These generics allow to configure the system according to your needs. The generics are
used to control implementation of certain CPU extensions and peripheral modules and even allow to
optimize the system for certain design goals like minimal area or maximum performance.

Expand Down

0 comments on commit 3b02874

Please sign in to comment.