mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 21:57:33 -04:00
bootloader now also shows mhartid
This commit is contained in:
parent
73444ac2bc
commit
4b8d109388
2 changed files with 929 additions and 920 deletions
File diff suppressed because it is too large
Load diff
|
@ -218,7 +218,9 @@ int main(void) {
|
|||
print_proc_version();
|
||||
neorv32_uart_print("\nCLK: ");
|
||||
print_hex_word(neorv32_cpu_csr_read(CSR_MCLOCK));
|
||||
neorv32_uart_print(" Hz\nMISA: ");
|
||||
neorv32_uart_print(" Hz\nMHID: ");
|
||||
print_hex_word(neorv32_cpu_csr_read(CSR_MHARTID));
|
||||
neorv32_uart_print("\nMISA: ");
|
||||
print_hex_word(neorv32_cpu_csr_read(CSR_MISA));
|
||||
neorv32_uart_print("\nCONF: ");
|
||||
print_hex_word(neorv32_cpu_csr_read(CSR_MFEATURES));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue