HoneyGol-Microsystems / vesp-alpha

RISC-V based student processor for embedded applications.
GNU General Public License v3.0
3 stars 0 forks source link

Add read enable (or similar) to address decoder #109

Closed andreondra closed 1 month ago

andreondra commented 9 months ago

This is required because peripherals receive only part of the address, so to recognize whether they should be active (when not writing) there should be another signal - e.g. for queues this is explicitly needed.

andreondra commented 7 months ago

This was already done for UART, so I suggest creating and connecting read enables only for peripherals that needs them. Can be closed if you agree, @medexs