mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 13:47:33 -04:00
made CPU arch output a one-liner
This commit is contained in:
parent
a436a47ced
commit
636b5a2f40
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ void neorv32_rte_print_hw_config(void) {
|
|||
}
|
||||
|
||||
// CPU extensions
|
||||
neorv32_uart_printf("\nCPU extensions: ");
|
||||
neorv32_uart_printf(" + ");
|
||||
tmp = neorv32_cpu_csr_read(CSR_MISA);
|
||||
for (i=0; i<26; i++) {
|
||||
if (tmp & (1 << i)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue