mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
[docs/datasheet] minor edits
This commit is contained in:
parent
fa9f8addb2
commit
3210dc9882
2 changed files with 2 additions and 2 deletions
|
@ -248,7 +248,7 @@ between entity boundaries, so the actual utilization results might vary a bit.
|
|||
| MTIME | Machine system timer | 289 | 200 | 0 | 0
|
||||
| NCO | Numerically-controlled oscillator | 254 | 226 | 0 | 0
|
||||
| NEOLED | Smart LED Interface (NeoPixel/WS28128) [4xFIFO] | 347 | 309 | 0 | 0
|
||||
| PWM | Pulse_width modulation controller | 71 | 69 | 0 | 0
|
||||
| PWM | Pulse_width modulation controller (4 channels) | 71 | 69 | 0 | 0
|
||||
| SPI | Serial peripheral interface | 138 | 124 | 0 | 0
|
||||
| **SYSINFO** | System configuration information memory | 10 | 10 | 0 | 0
|
||||
| TRNG | True random number generator | 132 | 105 | 0 | 0
|
||||
|
|
|
@ -19,7 +19,7 @@ image::neorv32_processor.png[align=center]
|
|||
* _optional_ general purpose parallel IO port (<<_general_purpose_input_and_output_port_gpio,**GPIO**>>), 32xOut, 32xIn
|
||||
* _optional_ 32-bit external bus interface, Wishbone b4 / AXI4-Lite compatible (<<_processor_external_memory_interface_wishbone_axi4_lite,**WISHBONE**>>)
|
||||
* _optional_ watchdog timer (<<_watchdog_timer_wdt,**WDT**>>)
|
||||
* _optional_ PWM controller with 4 channels and 8-bit duty cycle resolution (<<_pulse_width_modulation_controller_pwm,**PWM**>>)
|
||||
* _optional_ PWM controller with up to 60 channels & 8-bit duty cycle resolution (<<_pulse_width_modulation_controller_pwm,**PWM**>>)
|
||||
* _optional_ ring-oscillator-based true random number generator (<<_true_random_number_generator_trng,**TRNG**>>)
|
||||
* _optional_ custom functions subsystem for custom co-processor extensions (<<_custom_functions_subsystem_cfs,**CFS**>>)
|
||||
* _optional_ numerically-controlled oscillator (<<_numerically_controlled_oscillator_nco,**NCO**>>) with 3 independent channels
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue