OpenCores
URL https://opencores.org/ocsvn/neorv32/neorv32/trunk

Subversion Repositories neorv32

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /neorv32/trunk/sw/lib
    from Rev 18 to Rev 20
    Reverse comparison

Rev 18 → Rev 20

/include/neorv32.h
37,10 → 37,7
* @file neorv32.h
* @author Stephan Nolting
*
* @brief Main NEORV32 core library file.
*
* @details This file defines the addresses of the IO devices and their according
* registers and register bits as well as the available CPU CSRs and flags.
* @brief Main NEORV32 core library include file.
**************************************************************************/
 
#ifndef neorv32_h
/source/neorv32_rte.c
278,7 → 278,7
}
// 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)) {

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.