Compare commits

...

2 Commits

Author SHA1 Message Date
HUOHUO
78e47e3f98 回退平台修改到只加JESD_SAMP_FREQ_245760K宏 2025-06-06 22:51:46 -07:00
HUOHUO
995a91daea 修改支持245.76M,同时修改TX JESD 2025-06-05 08:34:52 -07:00
5 changed files with 32 additions and 7 deletions

7
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"files.associations": {
"jesd_csu_nr_fdd.h": "c",
"jesd_csu.h": "c",
"jesd_csu_lte_fdd.h": "c"
}
}

View File

@ -1,9 +1,27 @@
compile:
# compile:
## .out
stage1:
config ./public/make
MaPU_TC_HOME := /home/ittc/Software/mcstudio/toolchain
MaPU_TC_HOME := /home/ittc/Software/toolchain
stage2:
./build.sh --jesd --pcie --test 52 --mask 255
stage3:
build res path:
./build
得到
ecs_rfm_spu0.out
ecs_rfm_spu1.out
pet_rfm_spu0.out
pet_rfm_spu1.out
## .a
stage1:
./build.sh --jesd --pcie
得到
libape_spu.a
### 以上全部放到APE工程Platform/build

View File

@ -4,8 +4,8 @@
#include "typedef.h"
// 4 ant, LTE
#define JESD_LTEFDD_ANT_NUM 4 // 2
#define JESD_LTEFDD_MARGIN 5
#define JESD_LTEFDD_ANT_NUM 4//
#define JESD_LTEFDD_MARGIN 6
#define JESD_LTEFDD_SLOT_NUM 10
#define JESD_LTEFDD_TX_NODENUM 10

View File

@ -3,10 +3,10 @@
#include "typedef.h"
//#define JESD_SAMP_FREQ_245760K
#define JESD_SAMP_FREQ_245760K
// 4 ant, NR
#define JESD_NRFDD_ANT_NUM 4 // 2 //
#define JESD_NRFDD_ANT_NUM 4//4
#define JESD_NRFDD_MARGIN 5
#define JESD_NRFDD_SLOT_NUM 10

View File

@ -7,7 +7,7 @@
# ==============================================================================
#MaPU_TC_HOME ?= /public/lixinxin/MaPUIDE/toolchain
MaPU_TC_HOME := /home/ittc/Software/mcstudio/toolchain
MaPU_TC_HOME := /home/ittc/Software/toolchain
$(info "MaPU_TC_HOME=" $(MaPU_TC_HOME))
UCP_CC := $(MaPU_TC_HOME)/bin/ucp2