Add batch 9 (Evensgn_RISC-V-CPU, nandland_nandland, stffrdhrn_sdram-controller, viduraakalanka_HDL-Bits-Solutions, suisuisi_FPGAandCNN)
df0a64a verified | SECTIONS | |
| { | |
| . = 0x00000000; | |
| : | |
| { | |
| *(.rom) | |
| } | |
| . = 0x00001000; | |
| : | |
| { | |
| *(.text) | |
| } | |
| .rodata (4) : | |
| { | |
| *(.rodata) | |
| } | |
| .data (4) : | |
| { | |
| *(.data) | |
| } | |
| __bss_start = .; | |
| .bss (4) : | |
| { | |
| *(.bss) | |
| } | |
| __bss_end = .; | |
| __heap_start = (__bss_end + 0xfff) & 0xff000; | |
| } |