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

Subversion Repositories riscv_vhdl

[/] [riscv_vhdl/] [trunk/] [examples/] [helloworld/] [src/] [main.c] - Rev 5

Compare with Previous | Blame | View Log

/*****************************************************************************
 * @file
 * @author   Sergey Khabarov
 * @brief    Main entry function for real Firmware. 
 * @details  This file matches to linker symbol '.text.startup' and will be
*            assigned to default entry point 0x10000000. See linker script.
 * @warning  DO NOT ADD NEW METHODS INTO THIS FILE
 ****************************************************************************/
 
extern void helloWorld();
 
int main() {
    helloWorld();
    return 0;
}
 
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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