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

Subversion Repositories neorv32

[/] [neorv32/] [trunk/] [sw/] [lib/] [include/] [neorv32_cpu.h] - Diff between revs 60 and 61

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 60 Rev 61
Line 59... Line 59...
uint32_t neorv32_cpu_hpm_get_size(void);
uint32_t neorv32_cpu_hpm_get_size(void);
int neorv32_cpu_check_zext(uint8_t flag_id);
int neorv32_cpu_check_zext(uint8_t flag_id);
 
 
 
 
/**********************************************************************//**
/**********************************************************************//**
 
 * Prototype for "after-main handler". This function is called if main() returns.
 
 *
 
 * @param[in] return_code Return value of main() function.
 
 * @return Return value is irrelevant (there is no one left to check for it...).
 
 **************************************************************************/
 
extern int __neorv32_crt0_after_main(int32_t return_code);
 
 
 
 
 
/**********************************************************************//**
 * Store unsigned word to address space.
 * Store unsigned word to address space.
 *
 *
 * @note An unaligned access address will raise an alignment exception.
 * @note An unaligned access address will raise an alignment exception.
 *
 *
 * @param[in] addr Address (32-bit).
 * @param[in] addr Address (32-bit).

powered by: WebSVN 2.1.0

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