Merge branch 'fpga_synthesis' of https://github.gatech.edu/casl/Vortex into fpga_synthesis

This commit is contained in:
Blaise Tine
2020-04-02 20:09:20 -07:00

View File

@@ -234,8 +234,8 @@ int _write (int file, char *buf, int nbytes)
static int heap_start = (int) 0x30000000;
static int head_end = (int) 0x40000000;
static int heap_start = (int) 0x90000000;
static int head_end = (int) 0xa0000000;
void * _sbrk (int nbytes)
{