mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-28 22:56:42 +00:00
fix frequency for marsellus on fpga
This commit is contained in:
parent
1d7dcdd017
commit
b89dac6890
3 changed files with 5 additions and 5 deletions
|
|
@ -17,6 +17,6 @@ source $scriptDir/../../common.sh
|
|||
export PULPRUN_PLATFORM=fpga
|
||||
|
||||
#Virtex7 uses 50MHz SoC Frequency
|
||||
export PULPRT_CONFIG_CFLAGS='-DARCHI_FPGA_FREQUENCY=20000000'
|
||||
export PULPRT_CONFIG_CFLAGS='-DARCHI_FPGA_FREQUENCY=10000000'
|
||||
|
||||
export io=uart
|
||||
|
|
|
|||
|
|
@ -18,6 +18,6 @@ source $scriptDir/../../common.sh
|
|||
export PULPRUN_PLATFORM=fpga
|
||||
|
||||
#Virtex7 uses 50MHz SoC Frequency
|
||||
export PULPRT_CONFIG_CFLAGS='-DARCHI_FPGA_FREQUENCY=50000000'
|
||||
export PULPRT_CONFIG_CFLAGS='-DARCHI_FPGA_FREQUENCY=10000000'
|
||||
|
||||
export io=uart
|
||||
|
|
@ -23,15 +23,15 @@
|
|||
*/
|
||||
|
||||
#ifndef ARCHI_FPGA_FREQUENCY
|
||||
#define ARCHI_FPGA_FREQUENCY 5000000
|
||||
#define ARCHI_FPGA_FREQUENCY 1000000
|
||||
#endif
|
||||
|
||||
#ifndef ARCHI_FPGA_FC_FREQUENCY
|
||||
#define ARCHI_FPGA_FC_FREQUENCY 5000000
|
||||
#define ARCHI_FPGA_FC_FREQUENCY 2000000
|
||||
#endif
|
||||
|
||||
#ifndef ARCHI_FPGA_CL_FREQUENCY
|
||||
#define ARCHI_FPGA_CL_FREQUENCY 5000000
|
||||
#define ARCHI_FPGA_CL_FREQUENCY 20000000
|
||||
#endif
|
||||
/*
|
||||
* MEMORIES
|
||||
|
|
|
|||
Loading…
Reference in a new issue