core-v-mcu icon indicating copy to clipboard operation
core-v-mcu copied to clipboard

Many UART CSRs are volatile

Open MikeOpenHWGroup opened this issue 2 years ago • 2 comments

Update to the uDMA UART chapter to define the term volatile CSR and indicate which of the UART CSRs are volatile.

MikeOpenHWGroup avatar Feb 06 '23 18:02 MikeOpenHWGroup

Are these changes meant to make the UART CSRs compatible with the Moore.io Register model generator? Because this format is not compatible at all. I had to modify it heavily to make it work: https://github.com/Datum-Technology-Corporation/core-v-mcu-uvm/blob/main/dv/uvme_cvmcu/bin/udma_uart.csv

datum-dpoulin avatar Feb 06 '23 21:02 datum-dpoulin

Update:

  1. Pushed in a change to clean up access modes for a few CSRs.
  2. Added Do Not Merge label - this PR may be superseded by another (pending) PR.

MikeOpenHWGroup avatar Feb 06 '23 22:02 MikeOpenHWGroup