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

Subversion Repositories fwrisc

[/] [fwrisc/] [trunk/] [ve/] [fwrisc_fpga/] [tests/] [sw/] [baremetal.ld] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 mballance
 
2
OUTPUT_ARCH("riscv")
3
ENTRY(_start)
4
 
5
SECTIONS
6
{
7
        . = 0x80000000;
8
        .text.init : { *(.text.init) }
9
        . = ALIGN(0x1000);
10
        _end = .;
11
}

powered by: WebSVN 2.1.0

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