modify ld to change mem size of dustin

This commit is contained in:
Angelo Garofalo 2020-06-02 10:54:20 +02:00
parent 2c772db65d
commit 4a036cd865
2 changed files with 4 additions and 4 deletions

View file

@ -23,15 +23,15 @@
*/
#ifndef ARCHI_FPGA_FREQUENCY
#define ARCHI_FPGA_FREQUENCY 5000000
#define ARCHI_FPGA_FREQUENCY 10000000
#endif
#ifndef ARCHI_FPGA_FC_FREQUENCY
#define ARCHI_FPGA_FC_FREQUENCY 5000000
#define ARCHI_FPGA_FC_FREQUENCY 10000000
#endif
#ifndef ARCHI_FPGA_CL_FREQUENCY
#define ARCHI_FPGA_CL_FREQUENCY 5000000
#define ARCHI_FPGA_CL_FREQUENCY 10000000
#endif
/*

View file

@ -3,7 +3,7 @@ OUTPUT_ARCH(riscv)
ENTRY( _start )
MEMORY
{
L2 : ORIGIN = 0x1c000004, LENGTH = 0x0007fffc
L2 : ORIGIN = 0x1c000004, LENGTH = 0x0003fffc
L1 : ORIGIN = 0x10000004, LENGTH = 0x0001fffc
}