mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-14 20:48:09 +00:00
Merge branch 'marsellus' into marsellus_fpga
This commit is contained in:
commit
c00f2a9ad0
2 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,8 @@ source $scriptDir/../../common.sh
|
|||
|
||||
export PULPRUN_PLATFORM=fpga
|
||||
|
||||
#Virtex7 uses 50MHz SoC Frequency
|
||||
#Virtex7 uses 10MHz SoC Frequency
|
||||
export PULPRT_CONFIG_CFLAGS='-DARCHI_FPGA_FREQUENCY=10000000'
|
||||
|
||||
export io=uart
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#!/bin/bash -e
|
||||
|
||||
export PULPRT_TARGET=pulp
|
||||
|
|
@ -17,7 +16,7 @@ source $scriptDir/../../common.sh
|
|||
|
||||
export PULPRUN_PLATFORM=fpga
|
||||
|
||||
#Virtex7 uses 50MHz SoC Frequency
|
||||
#Virtex7 uses 10MHz SoC Frequency
|
||||
export PULPRT_CONFIG_CFLAGS='-DARCHI_FPGA_FREQUENCY=10000000'
|
||||
|
||||
export io=uart
|
||||
Loading…
Reference in a new issue