Correcting CSR addresses as mentioned in pull request #106
Created by: Silabs-ArjanB
Updating CSR addresses as was originally intended in pull request #106
CSR Old address New address Comment
---------------------------------------------------------------
HWLoop0_START 12'h7C0 12'h800 Needs to be User accessible (now in user custom read/write space)
HWLoop0_END 12'h7C1 12'h801 Needs to be User accessible (now in user custom read/write space)
HWLoop0_COUNTER 12'h7C2 12'h802 Needs to be User accessible (now in user custom read/write space)
HWLoop1_START 12'h7C4 12'h804 Needs to be User accessible (now in user custom read/write space)
HWLoop1_END 12'h7C5 12'h805 Needs to be User accessible (now in user custom read/write space)
HWLoop1_COUNTER 12'h7C6 12'h806 Needs to be User accessible (now in user custom read/write space)
FPREC 12'h006 12'h807 Cannot be in Standard space (now in user custom read/write space)
UHARTID 12'h014 12'hCC0 Cannot be in Standard space; should not be R/W (now in user custom read-only space)
PRIVLV 12'hC10 12'hCC1 Cannot be in Standard space (also clashes) (now in user custom read-only space)
Fixes #130 (closed) #131 (closed)
The related RTL pull request is still outstanding (openhwgroup/cv32e40p#376):
Signed-off-by: Arjan Bink Arjan.Bink@silabs.com