mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-06-26 03:01:08 +00:00
modify ld to change mem size of dustin
This commit is contained in:
parent
2c772db65d
commit
4a036cd865
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue