issues
search
chipsalliance
/
dromajo
RISC-V RV64GC emulator designed for RTL co-simulation
Apache License 2.0
213
stars
63
forks
source link
fix UART address overlap, add simple uart baremetal test, update docu…
#34
Closed
renau
closed
4 years ago
renau
commented
4 years ago
Some fixes:
UART default address 0x100000 was ariane which overlaps with default PLIC.
Create a simple uart baremetal test that is useful to create simple baremetal tests for new users
Fix cmake so that in debug build, there are no optimizations (confusing gdb otherwise).
Minor fixes in documentation
et-tommythorn
commented
4 years ago
thanks
Some fixes: