9 Commits
Author SHA1 Message Date
yuysh cf17afb629 Merge pull request 'Add Additional Docs' (#14) from Addition_Docs into master
Reviewed-on: http://mkb.local:3000/yuysh/Manlink_Doc/pulls/14
2026-06-15 03:32:14 +00:00
yuysh 185130024d Merge branch 'master' into Addition_Docs
Build Sphinx Documentation / Build Documentation from PR Branch (pull_request) Successful in 1s
Deploy Sphinx Documentation / deploy (pull_request) Successful in 1s
2026-06-15 03:31:30 +00:00
yuysh ae7b1d8859 Merge pull request 'Upgrade to python3' (#22) from Action_Debug into master
Reviewed-on: #22
2026-04-13 05:34:29 +00:00
yuysh 2147dc4082 Upgrade to python3
Build Sphinx Documentation / Build Documentation from PR Branch (pull_request) Failing after 0s
Deploy Sphinx Documentation / deploy (pull_request) Successful in 1s
2026-04-13 13:28:35 +08:00
yuysh 26d0ed496c Merge branch 'Addition_Docs' of http://192.168.1.198:3000/yuysh/Manlink_Doc into Addition_Docs
Build Sphinx Documentation / Build Documentation from PR Branch (pull_request) Successful in 2m2s
2025-08-29 11:23:14 +08:00
yuysh 5bba2ee808 Change index to markdown 2025-08-29 11:22:43 +08:00
yuysh 8657ca3a4c Merge branch 'master' into Addition_Docs
Build Sphinx Documentation / Build Documentation from PR Branch (pull_request) Successful in 2m2s
2025-08-29 11:15:49 +08:00
yuysh e2389b813e Mod Index
Build Sphinx Documentation / Build Documentation from PR Branch (pull_request) Successful in 2m2s
2025-08-29 11:14:03 +08:00
yuysh 899a5fb55e Add Additional Docs
Build Sphinx Documentation / Build Documentation from PR Branch (pull_request) Successful in 2m22s
2025-08-29 11:09:38 +08:00
60 changed files with 34 additions and 2502669 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ jobs:
cd /home/ly0kos/work/test_env cd /home/ly0kos/work/test_env
# 创建共享虚拟环境 # 创建共享虚拟环境
python -m venv .venv-shared python3 -m venv .venv-shared
source .venv-shared/bin/activate source .venv-shared/bin/activate
pip install --upgrade pip pip install --upgrade pip
pip install sphinx sphinx-rtd-theme pip install sphinx sphinx-rtd-theme
@@ -89,7 +89,7 @@ jobs:
fi fi
fi fi
echo "Python: $(python --version)" echo "python3: $(python3 --version)"
echo "Sphinx: $(sphinx-build --version 2>/dev/null || echo 'Not installed')" echo "Sphinx: $(sphinx-build --version 2>/dev/null || echo 'Not installed')"
# 第四步:在工作树中构建文档 # 第四步:在工作树中构建文档
@@ -1,81 +0,0 @@
# 自研DPS验证测试报告_20251030
## 1. 测试概述
### 1.1 测试目的
验证自研DPS板卡功能及性能指标
### 1.2 测试对象
- **设备型号**: New_DPS
- **硬件版本**: N_JC025M005_A4
- **固件版本**: ARM==20251024
- **序列号**: NT25060801002
### 1.3 测试环境
- **测试平台**: Mars_2K
- **测试工具**: 示波器、八位半
- **环境温度**: 24°C ± 2°C
## 2. 测试项目与结果
### 2.1 电源测试
| 测试项目 | 实测结果 |
|---------|----------|
| 输入电压 | 20V-24V |
| -16VA纹波 | 9.6549W |
| -16VB纹波 | 15.631mV |
| -16VC纹波 | 17.470mV |
| GND噪声 | 16.781mV |
### 2.2 功能测试
| 功能模块 | 测试方法 | 预期结果 | 实际结果 |
|----------|----------|----------|----------|
| ForceV | FVMV/FVMI @ 10Ω/Hi-Z All Channel | ForceV -15V~15V | [Note1](#custom-anchor1) |
| ForceI | FIMV @ 10Ω All Channel| ForceI according to range | [Note1](#custom-anchor1) |
| MeasureV | FVMV/FIMV @ 10Ω All Channel| | [Note2](#custom-anchor2) |
| MeasureI | FVMI @ 10Ω All Channel| | [Note2](#custom-anchor2) |
|ClampV| FIMV @ 10Ω All Channel|| Pass! |
|ClampI| FVMV/FVMI @ 10Ω All Channel| | Fail! [Note3](#custom-anchor3) |
## 3. 问题
### 3.1 发现的问题
1. Force存在±10mV抖动 <a id="custom-anchor1"></a>
2. 取得正确的测量结果的流程较为复杂,需: <a id="custom-anchor2"></a>
1. 在取得初始值前通过ATE_Debugger发送指令:newdpsfunc("newdpsinitvalue","enable");
2. 上位机连接获取初始值
3. 检查初始值无误后上传初始值至Zynq中
4. 通过ATE_Debugger发送指令:newdpsfunc("newdpsinitvalue","disable");
5. 执行测量
3. 在ClampI模式下(FVMV/FVMI),若Clamp值与Force值接近(如80mA档位Clamp60mA,Force70mA;2mA档位Clamp1mA,Force1.5mA)则Force输出与Sense管脚及对应信号链均会出现震荡,且在极端情况下震荡 ***可能不收敛*** <a id="custom-anchor3"></a>
![ClampI2](../../_images/NewDPS/clamp_001.bmp)
![ClampI](../../_images/NewDPS/clamp_003.png)
### 3.2 原因分析
1. 初步推测由地平面噪声引入,整板均存在,影响Force输出稳定性
2. ADC计算公式不同,现通过固件进行区分修正,导致需额外指令切换计算公式,猜测固件通过映射初始值进行转换
3. 由于Clamp经过采样电阻后作为反馈输入运放构成Clamp电压,但其反馈、试探过程时间较长且可能导致不收敛,在这过程中输出电压不受控
## 4. 测试结论
Force存在噪声影响稳定性,Measure欲获得正确回读值需发送指令,过程较为复杂,Clamp除短路时生效外基本无实用意义
---
## 附件:
1. -16VA纹波 ![-16V_A](../../_images/NewDPS/15V0.png)
2. -16VB纹波 ![-16V_B](../../_images/NewDPS/15V1.png)
3. -16VC纹波 ![-16V_C](../../_images/NewDPS/15V2.png)
4. [ClampI波形(WFM格式)](../../_static/data/NewDPS/Waveform/ClampI.7z)
-10
View File
@@ -1,10 +0,0 @@
##############################
自研板卡测试报告
##############################
.. toctree::
:maxdepth: 1
:caption: Contents:
:glob:
*
@@ -1,296 +0,0 @@
# 实验报告:K7 VIH 比较器Shmoo vs 示波器
## 基本信息
| 项目 | 内容 |
|--------------|-----------------------|
| 实验日期 | `2025-12-15` |
| 负责人 | `沈浴阳` |
| 报告版本 | `V1.0` |
| 板卡编号 | `NT25101001001` |
---
## 一、实验背景
K7 动态校准 & 补偿
---
## 二、实验目的
<!-- 清晰描述实验要验证的关键问题 -->
1. 目标1`通过与示波器对比,验证K7回环VIH VOH Shmoo可靠性`
---
## 三、实验环境
- **硬件配置**
- PPMU2.0 板卡一套:
- Zynq: JC123M054_A6
- PMU: N_JC124M014_B1
- DPS: N_JC124M060_A1 * 2
- MOLEX: N_JC124M038_A7
- K7_w/_NOR: N_JC124M049_A5 * 2
- **软件环境**
`v1.4.1.373`
- **固件环境**
- Zynq: `v1.3.1.3.3_06_02_patsync_0EE628`
- K7: `FW_1120/20_93`
- K7_CPLD:
- u1: `1017_FW_Release_PPMU2.0_100M/CPLD/K7/8u1`
- u2: `m049_bot_k7_cpld_8u2_dclevelttr_jed\8u2_fix_dds`
- **物理环境**
`温度:26±2℃`
---
## 四、实验步骤
### 1. 准备工作
<!-- 分步骤描述准备过程 -->
1) 步骤描述1:在K7板上断开通道4 TMUX输出,将通道2输出与通道4短接
2) 步骤描述2:修改自校准程序,使其可以将`Strobe Edge`,`VOH`分别作为`Shmoo`横纵坐标,以方便和示波器波形做对应
3) 步骤描述3:生成`Pattern`,通道2 Drive `0/1` 通道4 Compare `H/L`
### 2. 测试流程
<!-- 按顺序记录关键操作 -->
1) 步骤描述1:固定`VIH=3.5 VVIL=0 V`,从`Period=30 ns`开始,以`Step=1`向高频运行`Shmoo`,执行`20`次,至`Period=10 ns`; `Shmoo`设定为 `VOH=2.0~5.0(V) Edge=2.4~4.4`
2) 步骤描述2:新建测试项,仅运行`Pattern`,同时使用相同`VIH,VIL`手动调整`Period`,采集`Period=30,25,20,15,12 (ns)`的通道2输出波形
3) 步骤描述3:将相同`Period`下,步骤2获得的`Shmoo`与步骤3获得的示波器进行对比,验证`Shmoo`正确性
---
## 五、实验结果
### 关键数据记录
```
Period: 30 ns
Freq: 33.3333333333333 MHz
shmoo_matrix_begin
VOH
5.000 P P P P P P P P P P P P P P . . . . . . .
4.900 . . . . . . . . . . . . . . . . . . . . .
4.800 . . . . . . . . . . . . . . . . . . . . .
4.700 . . . . . . . . . . . . . . . . . . . . .
4.600 . . . . . . . . . . . . . . . . . . . . .
4.500 . . . . . . . . . . . . . . . . . . . . .
4.400 . . . . . . . . . . . . . . . . . . . . .
4.300 . . . . . . . . . . . . . . . . . . . . .
4.200 . . . . . . . . . . . . . . . . . . . . .
4.100 . . . . . . . . . . . . . . . . . . . . .
4.000 . . . . . . . . . . . . . . . . . . . . .
3.900 . . . . . . . . . . . . . . . . . . . . .
3.800 . . . . P P . . . . . . . . . . . . . . .
3.700 . . . . P P . . . . . . . . . . . . . . .
3.600 . . . . P P P P P . . . . . . . . . . . .
3.500 . . . . P P P P P . . . . . . . . . . . .
3.400 . . . . P P P P P . . . . . . . . . . . .
3.300 . . . . P P P P P . . . . . . . . . . . .
3.200 . . . . P P P P P . . . . . . . . . . . .
3.100 . . . . P P P P P . . . . . . . . . . . .
3.000 . P P P P P P P P . . . . . . . . . . . .
2.900 . P P P P P P P P . . . . . . . . . . . .
2.800 . P P P P P P P P . . . . . . . . . . . .
2.700 . P P P P P P P P . . . . . . . . . . . .
2.600 . P P P P P P P P . . . . . . . . . . . .
2.500 . P P P P P P P P . . . . . . . . . . . .
2.400 . P P P P P P P P . . . . . . . . . . . .
2.300 P P P P P P P P P . . . . . . . . . . . .
2.200 P P P P P P P P P . . . . . . . . . . . .
2.100 P P P P P P P P P . . . . . . . . . . . .
2.000 P P P P P P P P P . . . . . . . . . . . .
2.4 2.5 2.6 2.7 2.8 2.9 3 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 4 4.1 4.2 4.3 4.4 edge
shmoo_matrix_end
```
```
Period: 25 ns
Freq: 40 MHz
shmoo_matrix_begin
VOH
5.000 P P P P P P P P P P P P P P . . . . . . .
4.900 . . . . . . . . . . . . . . . . . . . . .
4.800 . . . . . . . . . . . . . . . . . . . . .
4.700 . . . . . . . . . . . . . . . . . . . . .
4.600 . . . . . . . . . . . . . . . . . . . . .
4.500 . . . . . . . . . . . . . . . . . . . . .
4.400 . . . . . . . . . . . . . . . . . . . . .
4.300 . . . . . . . . . . . . . . . . . . . . .
4.200 . . . . . . . . . . . . . . . . . . . . .
4.100 . . . . . . . . . . . . . . . . . . . . .
4.000 . . . . . . . . . . . . . . . . . . . . .
3.900 . . . . . . . . . . . . . . . . . . . . .
3.800 . . . . P P . . . . . . . . . . . . . . .
3.700 . . . . P P . . . . . . . . . . . . . . .
3.600 . . . . P P P P P . . . . . . . . . . . .
3.500 . . . . P P P P P . . . . . . . . . . . .
3.400 . . . . P P P P P . . . . . . . . . . . .
3.300 . . . . P P P P P . . . . . . . . . . . .
3.200 . . . . P P P P P . . . . . . . . . . . .
3.100 . . . . P P P P P . . . . . . . . . . . .
3.000 . . . . P P P P P . . . . . . . . . . . .
2.900 . . . . P P P P P . . . . . . . . . . . .
2.800 . . . . P P P P P . . . . . . . . . . . .
2.700 . . . . P P P P P . . . . . . . . . . . .
2.600 . . . . P P P P P . . . . . . . . . . . .
2.500 P . . . P P P P P . . . . . . . . . . . .
2.400 P P P P P P P P P . . . . . . . . . . . .
2.300 P P P P P P P P P . . . . . . . . . . . .
2.200 P P P P P P P P P . . . . . . . . . . . .
2.100 P P P P P P P P P . . . . . . . . . . . .
2.000 P P P P P P P P P . . . . . . . . . . . .
2.4 2.5 2.6 2.7 2.8 2.9 3 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 4 4.1 4.2 4.3 4.4 edge
shmoo_matrix_end
```
```
Period: 20 ns
Freq: 50 MHz
shmoo_matrix_begin
VOH
5.000 . P P P P P P P P P P P P P P P . . . . .
4.900 . . . . . . . . . . . . . . . . . . . . .
4.800 . . . . . . . . . . . . . . . . . . . . .
4.700 . . . . . . . . . . . . . . . . . . . . .
4.600 . . . . . . . . . . . . . . . . . . . . .
4.500 . . . . . . . . . . . . . . . . . . . . .
4.400 . . . . . . . . . . . . . . . . . . . . .
4.300 . . . . . . . . . . . . . . . . . . . . .
4.200 . . . . . . . . . . . . . . . . . . . . .
4.100 . . . . . . . . . . . . . . . . . . . . .
4.000 . . . . . . . . . . . . . . . . . . . . .
3.900 . . . . . . . . . . . . . . . . . . . . .
3.800 . . . . . . . . . . . . . . . . . . . . .
3.700 . . . . . . P P P P P . . . . . . . . . .
3.600 . . . . . . P P P P P . . . . . . . . . .
3.500 . . . . . . P P P P P . . . . . . . . . .
3.400 . . . . . . P P P P P . . . . . . . . . .
3.300 . . . . . . P P P P P . . . . . . . . . .
3.200 . . . . . . P P P P P . . . . . . . . . .
3.100 . . . . . . P P P P P . . . . . . . . . .
3.000 . . . . . . P P P P P . . . . . . . . . .
2.900 . . . . . . P P P P P . . . . . . . . . .
2.800 . . . . . . P P P P P . . . . . . . . . .
2.700 . . . . . . P P P P P . . . . . . . . . .
2.600 . . . . . . P P P P P . . . . . . . . . .
2.500 . . . . . . P P P P P . . . . . . . . . .
2.400 . . . . P P P P P P P . . . . . . . . . .
2.300 . P P P P P P P P P P . . . . . . . . . .
2.200 . P P P P P P P P P P . . . . . . . . . .
2.100 . P P P P P P P P P P . . . . . . . . . .
2.000 . P P P P P P P P P P . . . . . . . . . .
2.4 2.5 2.6 2.7 2.8 2.9 3 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 4 4.1 4.2 4.3 4.4 edge
shmoo_matrix_end
```
```
Period: 15 ns
Freq: 66.6666666666667 MHz
shmoo_matrix_begin
VOH
5.000 . P P P P P P P P P P P P P P P P P P P P
4.900 . . . . . . . . . . . . . . . . . . . . .
4.800 . . . . . . . . . . . . . . . . . . . . .
4.700 . . . . . . . . . . . . . . . . . . . . .
4.600 . . . . . . . . . . . . . . . . . . . . .
4.500 . . . . . . . . . . . . . . . . . . . . .
4.400 . . . . . . . . . . . . . . . . . . . . .
4.300 . . . . . . . . . . . . . . . . . . . . .
4.200 . . . . . . . . . . . . . . . . . . . . .
4.100 . . . . . . . . . . . . . . . . . . . . .
4.000 . . . . . . . . . . . . . . . . . . . . .
3.900 . . . . . . . . . . . . . . . . . . . . .
3.800 . . . . . . . . . . . . . . . . . . . . .
3.700 . . . . . . . . . . . . . . . . . . . . .
3.600 . . . . . . . . . . . . . . . . . . . . .
3.500 . . . . . . . . . . . . . . . . . . . . .
3.400 . . . . . . . . . . . P P P . . . . . . .
3.300 . . . . . . . . . . . P P P . . . . . . .
3.200 . . . . . . . . . . . P P P . . . . . . .
3.100 . . . . . . . . . P P P P P . . . . . . .
3.000 . . . . . . . . . P P P P P . . . . . . .
2.900 . . . . . . . . . P P P P P . . . . . . .
2.800 . . . . . . . . . P P P P P . . . . . . .
2.700 . . . . . . . . . P P P P P . . . . . . .
2.600 . . . . . . . . . P P P P P . . . . . . .
2.500 . . . . . . . . . P P P P P . . . . . . .
2.400 . . . . P P . . . P P P P P . . . . . . .
2.300 . . . . P P . . . P P P P P . . . . . . .
2.200 . . . . P P . . . P P P P P . . . . . . .
2.100 . . . . P P P P P P P P P P . . . . . . .
2.000 . . . . P P P P P P P P P P . . . . . . .
2.4 2.5 2.6 2.7 2.8 2.9 3 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 4 4.1 4.2 4.3 4.4 edge
shmoo_matrix_end
```
```
Period: 13 ns
Freq: 76.9230769230769 MHz
shmoo_matrix_begin
VOH
5.000 . . . . P P P P P P P P P P P P P P P P P
4.900 . . . . . . . . . . . . . . . . . . . . .
4.800 . . . . . . . . . . . . . . . . . . . . .
4.700 . . . . . . . . . . . . . . . . . . . . .
4.600 . . . . . . . . . . . . . . . . . . . . .
4.500 . . . . . . . . . . . . . . . . . . . . .
4.400 . . . . . . . . . . . . . . . . . . . . .
4.300 . . . . . . . . . . . . . . . . . . . . .
4.200 . . . . . . . . . . . . . . . . . . . . .
4.100 . . . . . . . . . . . . . . . . . . . . .
4.000 . . . . . . . . . . . . . . . . . . . . .
3.900 . . . . . . . . . . . . . . . . . . . . .
3.800 . . . . . . . . . . . . . . . . . . . . .
3.700 . . . . . . . . . . . . . . . . . . . . .
3.600 . . . . . . . . . . . . . . . . . . . . .
3.500 . . . . . . . . . . . . . . . . . . . . .
3.400 . . . . . . . . . . . . . . . . . . . . .
3.300 . . . . . . . . . . . . . . . . . . . . .
3.200 . . . . . . . . . . . . . . . . . . . . .
3.100 . . . . . . . . . . . . . . . . . . . . .
3.000 . . . . . . . . . . . P P P . . . . . . .
2.900 . . . . . . . . . . . P P P . . . . . . .
2.800 . . . . . . . . . . . P P P . . . . . . .
2.700 . . . . . . . . . . . P P P . . . . . . .
2.600 . . . . . . . . . . . P P P . . . . . . .
2.500 . . . . . . . . . . . P P P P P . . . . .
2.400 . . . . . . . . . . . P P P P P . . . . .
2.300 . . . . . . P P P . . P P P P P . . . . .
2.200 . . . . . . P P P . . P P P P P . . . . .
2.100 . . . . . . P P P P P P P P P P . . . . .
2.000 . . . . . . P P P P P P P P P P . . . . .
2.4 2.5 2.6 2.7 2.8 2.9 3 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 4 4.1 4.2 4.3 4.4 edge
shmoo_matrix_end
```
### 波形/现象记录
**图133MHz 通道2输出波形**
![33MHz 通道2输出波形](../../../_images/Freq_OSC/30_3.5.png "33MHz 通道2输出波形")
**图240MHz 通道2输出波形**
![40MHz 通道2输出波形](../../../_images/Freq_OSC/25_3.5.png "40MHz 通道2输出波形")
**图350MHz 通道2输出波形**
![50MHz 通道2输出波形](../../../_images/Freq_OSC/20_3.5.png "50MHz 通道2输出波形")
**图366.667MHz 通道2输出波形**
![66.667MHz 通道2输出波形](../../../_images/Freq_OSC/15_3.5.png "66.667MHz 通道2输出波形")
**图376.92MHz 通道2输出波形**
![76.92MHz 通道2输出波形](../../../_images/Freq_OSC/13_3.5.png "76.92MHz 通道2输出波形")
---
## 附件
1. [33~100MHz Shmoo原始数据](../../../_static/data/Freq_OSC/Shmoo_30_10.txt)
-10
View File
@@ -1,10 +0,0 @@
##############################
K7 VIH/VIL测试报告
##############################
.. toctree::
:maxdepth: 1
:caption: Contents:
:glob:
*
-11
View File
@@ -1,11 +0,0 @@
##############################
K7测试报告
##############################
.. toctree::
:maxdepth: 1
:caption: Contents:
:glob:
VIH/index
*
@@ -1,136 +0,0 @@
# 实验报告:PPMU2.0 DPS板卡挡位切换对电源影响
## 基本信息
| 项目 | 内容 |
|--------------|-----------------------|
| 实验日期 | `2026-03-06` |
| 负责人 | `沈浴阳` |
| 报告版本 | `V1.0` |
| 板卡编号 | `JC124M060_A1` |
---
## 一、实验背景
在PPMU2.0板卡搭配64DPS的配置情况下,ATE软件连接板卡(Connect),外部校准等情况下,K7板卡上的LED灯(FPGA_DONE)会熄灭
---
## 二、实验目的
<!-- 清晰描述实验要验证的关键问题 -->
1. 目标1`确认K7灯灭原因(怀疑电源问题)`
2. 目标2`尝试修复/规避问题`
---
## 三、实验环境
- **硬件配置**
- PPMU2.0 板卡一套:
- PMU: JC124M014_A7
- DPS: JC124M060_A1 * 2
- MOLEX: JC124M038_A8
- K7_w/_NOR: JC124M049_A1 * 2
- **软件环境**
`N/A`
- **物理环境**
`温度:25±2℃ | 湿度:45±5%RH`
---
## 四、实验步骤
### 1. 准备工作
<!-- 分步骤描述准备过程 -->
1) 步骤描述1`准备示波器、软硬件环境`
2) 步骤描述2`板卡上电`
### 2. 测试流程
<!-- 按顺序记录关键操作 -->
1. 板卡上电,等待所有子板上线&K7固件下载完成
2. 连接板卡,执行DPS Force
3. 观察是否灯灭
4. 进一步缩小怀疑范围至DPS板卡上运放供电,隔离指令
5. 单独发送运放供电切换指令
6. 测量各供电状态
---
## 五、实验结果
### 关键数据记录
| 测试点 | 预期值 | 实测值 | 单位 |
|--------|--------|--------|------|
| +15V_VIN(w/_64DPS) | 14.5~15.5 | 12.310 | V |
| +15V_VIN(w/_32DPS) | 14.5~15.5 | 13.606 | V |
| S1_PP5V_EN | >1.17| 1.0442 | V |
| S1_FPGA_1V0(w/_64DPS) | 1.0 | 0.4 | V |
### 波形/现象记录
**图1K7板 5V Enable信号受影响**
![](../../_images/DPS_Amp_Pwr/S1_PP5V_EN.jpg)
**图2:DPS运放电源切换瞬间VIN15V波形**
![](../../_images/DPS_Amp_Pwr/VIN_15V.jpg)
**图364DPS运放电源9V->13V波形与VIN15V波形**
![](../../_images/DPS_Amp_Pwr/VIN_vs_OPADJ_w_64DPS_1.jpg)
**图464DPS运放电源13V->9V波形与VIN15V波形**
![](../../_images/DPS_Amp_Pwr/VIN_vs_OPADJ_w_64DPS_2.jpg)
**图532DPS运放电源9V->13V波形与VIN15V波形**
![](../../_images/DPS_Amp_Pwr/VIN_vs_OPADJ_w_32DPS_1.jpg)
**图632DPS运放电源13V->9V波形与VIN15V波形**
![](../../_images/DPS_Amp_Pwr/VIN_vs_OPADJ_w_32DPS_2.jpg)
**图764DPS VIN15V波形与运放电源导致运放电源进入硬保护**
![](../../_images/DPS_Amp_Pwr/VIN_OPADJ_FB_1.jpg)
**图8/9:64DPS 运放电源芯片进入过流保护**
![](../../_images/DPS_Amp_Pwr/VIN_OPADJ_FB_2.jpg)
![](../../_images/DPS_Amp_Pwr/OPADJ_PG_1.jpg)
---
## 六、问题分析
<!-- 使用故障树等结构化方法 -->
```{mermaid}
graph TD
A[K7重启] --> B[K7核压过低]
B --> C[前级电源输出异常]
C --> D[K7 5V电源芯片EN脚电压过低]
D --> E[EN通过VIN电阻分压得出]
E --> F[VIN跌落]
F --> G[DPS运放供电切换导致]
```
---
```{mermaid}
graph TD
A[DPS运放供电切换导致] --> B[使用ADG1434进行反馈电阻切换]
B --> C[反馈电阻切换存在空白时间,此时反馈网络开路]
C --> D[电源芯片TPS54821识别内部MOS管存在过流]
D --> E[电源芯片进入过流保护]
C --> F[+15V_VIN因瞬时大电流跌落]
E -"若在~1.3ms内故障未缓解"-> G[TPS54821关闭~37ms后重启]
```
---
## 七、结论与建议
✅ **实验结论**
1. `TPS54821` 不可使用当前切换反馈电阻的方式切换输出电压,根据现象可反推出存在瞬时大电流`
2. 此瞬时大电流会拉低板卡上主要的供电:`+15V`
1.`32DPS`的配置下,`+15V`会被拉低至`~13V`
2.`64DPS`的配置下,`+15V`会被拉低至`~12V`
3. K7的二级电源`+5V``EN`通过分压电阻分压`VIN`,由于配比问题,EN的VIN阈值约为`13V`,低于此值K7次级电源会掉电
4. `TPS54821``64DPS`配置下,切换输出电压时,存在长时间处于`Overcurrent`的可能性,此时芯片将进入`~37ms(16384 cycles)`的关断状态,之后重启,此时输出电压将缓慢滑落,直到重启
⚠️ **改进建议**
- 建议1:修改`ARM固件`,避免64DPS**同时**切换运放供电
- 建议2:修改`K7 BOM`,更换EN分压电阻,允许更多的VIN跌落
- 建议3:修改`DPS裸板`,调整修改电源输出电压的方式
-2
View File
@@ -12,5 +12,3 @@ Hardware Verification
Load_Verify/index Load_Verify/index
Cal/index Cal/index
PPMU2.0/index PPMU2.0/index
Custom_Board/index
K7/index
-132
View File
@@ -1,132 +0,0 @@
# RMA报告:嘉兆UT_20251226
## 基本信息
| 项目 | 内容 |
|--------------|-----------------------|
| 实验日期 | `2025-12-26` |
| 负责人 | `沈浴阳` |
| 工厂名称 | `嘉兆` |
| 客户名称 | `PY` |
| 待测芯片 | `PY32F410` |
| 测试类型 | `CP` |
| 报告版本 | `V1.0` |
| 板卡编号 | `NT25090201011/NT25090201014` |
---
## 一、问题背景
在客户芯片所需要的测试流程中存在对芯片管脚`PD7`进行`Trim,Write Data,Verify`的流程,
根据测试要求,需要在测试时将该管脚通过`Relay`连接/断开一`1uF电容``GND`
若测试时`Relay`未正确动作即该管脚未连接该对地电容而悬空时会导致回读电压值抖动并偏离容许范围导致测试失败
工厂现场发现存在部分板卡出现稳定Fail且检查数据后发现管脚电压不稳定,故怀疑测试时`Relay`未正确动作,故怀疑`Relay控制脚`所对应板卡`UT通道`存在问题
---
## 二、实验环境
- **硬件配置**
- Mars 2K 板卡 *2:
- Zynq: `20101B_A3`
- PMU: `JC123M029_A3`
- DPS: `JC123M042_A6`
- MOLEX: `JC124M027_A4`
- K7_w/_NOR: `20087B_5V8_A5` * 2
- 面板: `22A`
- 通道板
- **软件环境**
`1.3-1057`
- **固件环境**
- Zynq: `v1.2.1.2.1_11_08`
- **物理环境**
`温度:25±2℃ | 湿度:45±5%RH`
---
## 三、实验步骤
### 1. 准备工作
<!-- 分步骤描述准备过程 -->
1) 步骤描述1:板卡连接面板及通道板
2) 步骤描述2:确保`Socket`、芯片正确放置并连接至通道板
3) 步骤描述3:将`UT``Relay`正确连接至通道板
### 2. 复现流程
<!-- 按顺序记录关键操作 -->
1) 步骤描述1:板卡上电
2) 步骤描述2:启动软件,加载Stil,连接板卡
3) 步骤描述3Mark多余测试项
4) 步骤描述4:执行测试,检查Log
### 3. 调试记录
1) 单独执行1p024_Trimming, Trimming_Write, 1p024_Verify; 返回Pass,结果无异常
2) 执行所有Trimming及Verify,查看结果,1p024_Verify Fail,其他测试项Pass
3) 控制变量,发现1p024_Trimming与2p5_Trimming或2p9_Trimming测试项一同运行时会导致1p024_Verify Fail
4) 将管脚直接短接电容作为对比,发现执行相同流程1p024_Verify可以Pass,确认与`Relay`存在与否有关
5) 使用示波器观察波形,得到后续记录波形
---
## 四、实验结果
### 波形/现象记录
**图1:短接管脚与电容时波形**
![](../../_images/RMA/2K_UT/NOUT.png)
**图2:使用Relay连接管脚与电容时波形**
![](../../_images/RMA/2K_UT/UT.png)
**图3:使用Relay连接管脚与电容时仅执行调试记录3流程时波形**
![](../../_images/RMA/2K_UT/UT2.png)
---
## 五、问题分析
<!-- 使用故障树等结构化方法 -->
```{mermaid}
flowchart TB
A["Trim输出较高电压(2.5V/2.9V)"] -- 测试完成后 --> B["继电器断开"]
B --> C["电容浮空,残留之前电压"]
C -- 写入Trimming数据后 --> D["执行1p024_Verify时继电器合上"]
D --> n1["此时PMU处于FZMV_5uA挡位,电容上残留电压释放速度缓慢"]
n1 --> n2["此时Measure电压明显高于1.024V,测试失败"]
```
---
## 六、结论与建议
✅ **实验结论**
1. 由于测试流程,会导致电容上残留有前序测试项所留电压
2. 由于测试流程,Trimming最后为大电压测试,而Verify第一项为最小电压挡位测试,此时又由于使用`FZMV`的小电压档(5uA)且`Measure`等待时间较短,导致电容上电压在仍未稳定(多余电压未释放)时进行测量,导致测量值偏大,致使测试Fail
⚠️ **解决建议**
1. 在最后一项Trimming测试项中不断开`Relay`使外接电容自然放电
2. 调整1p024_Verify测试项中`FZMV`挡位,使用`2mA`档以加快电荷释放,同时在允许范围内适当增加延时,确保Measure时电压稳定
---
## 附件
1. [Pass Log](../../_static/data/RMA/2K_UT/Pass_Log.txt)
2. [Fail Log](../../_static/data/RMA/2K_UT/Fail_Log.txt)
@@ -1,103 +0,0 @@
# RMA报告:APT32 Trim问题分析
## 基本信息
| 项目 | 内容 |
|--------------|-----------------------|
| 实验日期 | `2026-07-24` |
| 负责人 | `沈浴阳` |
| 客户名称 | `APT` |
| 待测芯片 | `APT32F0313` |
| 测试类型 | `CP/FT` |
| 报告版本 | `V1.0` |
| 板卡编号 | `` |
---
## 一、问题背景
工厂反应PPMU2.0板卡对APT32F0313进行CP测试时,出现Vnege_Trim测试项Fail的情况,且该异常跟随板卡迁移
具体表现为:
- Trim Code写入后,发送Measure指令从Tp管脚量得得电压与期望值不符,导致Code中二分法得出错误结果进而使得测试项出现Fail
- 进一步细究后发现,通过执行一次Trim Code写入,写入固定Code后重复发送Measure指令并进行测量,可得到异常结果,并与前述异常结果相符,故可以得出该问题实际出现在Measure指令到Tp管脚测量中
---
## 二、实验目的
<!-- 清晰描述实验要验证的关键问题 -->
1. 目标1`复现工厂现象`
2. 目标2`分析异常并寻找原因`
3. 目标3`尝试改进`
---
## 三、实验环境
- **硬件配置**
- 工厂寄回PPMU2.0板卡两套
- IP分别为14与17
- 其中 ***14*** 板卡为正常板卡,***17***板卡为异常板卡
- 工程机(PC)
- **软件环境**
SOC软件: v1.4.0-1070
---
## 四、实验步骤
### 1. 准备工作
<!-- 分步骤描述准备过程 -->
1) 本次实验受限于实验室机台,使用1K+PIB形式进行验证
2) 收到从工厂发来的 ***盲binding*** FT颗粒若干 (*需注意现场为CP测试*),购买QFN32 Socket并通过飞线至PIB的形式连接至板卡通道
3) 使用与工厂相同的软固件版本以保持一致
4) 从辛明翰处获得现场使用工程文件
### 2. 复现流程
<!-- 按顺序记录关键操作 -->
1. 直接运行工厂项目文件,发现
---
## 五、实验结果
### 关键数据记录
| 测试点 | 预期值 | 实测值 | 偏差 | 单位 |
|--------|--------|--------|------|------|
| Vout | 3.3 | 3.28 | -0.6% | V |
| I_max | 2.0 | 2.15 | +7.5% | A |
### 波形/现象记录
**图1:上电冲击电流波形**
![](./images/inrush_current_20230501.png)
*注释:观测到XX μs的浪涌电流*
**图2:高温测试红外热像**
![](./images/thermal_image_test3.jpg)
*注释:芯片最高温度达XX℃(环境XX℃)*
---
## 六、问题分析
<!-- 使用故障树等结构化方法 -->
```mermaid
graph TD
A[异常现象] --> B[电源模块]
A --> C[信号干扰]
B --> D{排查方向1}
C --> E{排查方向2}
```
---
## 七、结论与建议
✅ **实验结论**
1. `<验证通过/未通过的指标>`
2. `<关键发现>`
⚠️ **解决建议**
- [ ] 建议1`<硬件优化方案>`
- [ ] 建议2`<测试方法改进>`
---
## 附件
1. [原始数据文件](./data/rawdata_20230501.csv)
2. [电路原理图](./schematics/v2.0_final.pdf)
3. [测试视频](./videos/test_recording.mp4)
-11
View File
@@ -1,11 +0,0 @@
##############################
RMA Documents
##############################
.. toctree::
:maxdepth: 2
:caption: Contents:
:glob:
**
Binary file not shown.

Before

Width:  |  Height:  |  Size: 366 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 394 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 273 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 289 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 259 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 319 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 296 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 292 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 296 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 292 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

File diff suppressed because it is too large Load Diff
Binary file not shown.
-310
View File
@@ -1,310 +0,0 @@
Defined Words: MARK
Enabled Words:
12/23/2025 3:34:24 PM Slot4 192.168.100.11 Run Flow Count: 1
site: 2 Trim_value: 63 PD7_voltage=1.08575086740788
site: 2 Trim_value: 31 PD7_voltage=1.05057466581135
site: 2 Trim_value: 15 PD7_voltage=1.03374315640784
site: 2 Trim_value: 7 PD7_voltage=1.02539310011851
site: 2 Trim_value: 3 PD7_voltage=1.02127317386813
site: 2 Trim_value: 5 PD7_voltage=1.02334585281508
site: 2 Trim_value: 6 PD7_voltage=1.02426139198183
site: 2 Trim_value: 5 PD7_voltage=1.02339247749487
Vrefbuf_1p024_Trimming Result:
2025/12/23 15:34:24.814
TestSuite: VREFBUF_TRIM_PAT
---------- --- ---- ------------------------------------------- -------- -------------- --------------------------------------------------
Test_No. P/F Site Pattern Count ScanVec:Bit Test_Description
---------- --- ---- ------------------------------------------- -------- -------------- --------------------------------------------------
8480 P 2 VREFBUF_TRIM 251859 VREFBUF_TRIM_PAT
-----------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf_1p024_Trimming Result:
2025/12/23 15:34:24.830
TestSuite: Vrefbuf_1p024_Dac_Final
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
8500 P 2 0 6.000000000 128 PB3 Vrefbuf_1p024_Dac_Final
---------------------------------------------------------------------------------------------------------------------------------------------------------
site: 2 Trim_value: 63 PD7_voltage=1.52331501000507
site: 2 Trim_value: 31 PD7_voltage=1.47434214179851
site: 2 Trim_value: 47 PD7_voltage=1.49867174743341
site: 2 Trim_value: 55 PD7_voltage=1.51075601671304
site: 2 Trim_value: 51 PD7_voltage=1.50445744633439
site: 2 Trim_value: 49 PD7_voltage=1.50143531936267
site: 2 Trim_value: 48 PD7_voltage=1.50042653083634
site: 2 Trim_value: 47 PD7_voltage=1.49880738286552
Vrefbuf_1p024_Trimming Result:
2025/12/23 15:34:25.002
TestSuite: Vrefbuf_1p024_vol
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
8600 P 2 0.9 1.02427835 1.2 V PD7 Vrefbuf_1p024_vol
---------------------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf_1p5_Trimming Result:
2025/12/23 15:34:25.016
TestSuite: Vrefbuf_1p5_DAC_Final
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
8700 P 2 0 48.000000000 128 PB3 Vrefbuf_1p5_DAC_Final
---------------------------------------------------------------------------------------------------------------------------------------------------------
site: 2 Trim_value: 63 PD7_voltage=2.06491576763861
site: 2 Trim_value: 31 PD7_voltage=1.99752191230848
site: 2 Trim_value: 47 PD7_voltage=2.03083736532073
site: 2 Trim_value: 55 PD7_voltage=2.04779603294186
site: 2 Trim_value: 59 PD7_voltage=2.05639192845189
site: 2 Trim_value: 57 PD7_voltage=2.05209821930413
site: 2 Trim_value: 56 PD7_voltage=2.04996619985563
site: 2 Trim_value: 55 PD7_voltage=2.04758410257918
Vrefbuf_1p5_Trimming Result:
2025/12/23 15:34:25.187
TestSuite: Vrefbuf_1p5_vol
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
8800 P 2 0.9 1.50030361 2 V PD7 Vrefbuf_1p5_vol
---------------------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf_2p048_Trimming Result:
2025/12/23 15:34:25.200
TestSuite: Vrefbuf_2p048_DAC_Final
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
8900 P 2 0 55.000000000 128 PB3 Vrefbuf_2p048_DAC_Final
---------------------------------------------------------------------------------------------------------------------------------------------------------
site: 2 Trim_value: 63 PD7_voltage=2.92779447787047
site: 2 Trim_value: 31 PD7_voltage=2.83226050898457
site: 2 Trim_value: 47 PD7_voltage=2.8793048108908
site: 2 Trim_value: 55 PD7_voltage=2.90332923680345
site: 2 Trim_value: 51 PD7_voltage=2.89120258145128
site: 2 Trim_value: 53 PD7_voltage=2.89743333411388
site: 2 Trim_value: 54 PD7_voltage=2.9004469838711
site: 2 Trim_value: 53 PD7_voltage=2.89722988096571
Vrefbuf_2p048_Trimming Result:
2025/12/23 15:34:25.372
TestSuite: Vrefbuf_2p048_vol
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9000 P 2 0.9 2.04785961 2.5 V PD7 Vrefbuf_2p048_vol
---------------------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf_2p9_Trimming Result:
2025/12/23 15:34:25.387
TestSuite: Vrefbuf_2p9_DAC_Final
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9300 P 2 0 54.000000000 128 PB3 Vrefbuf_2p9_DAC_Final
---------------------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf_2p9_Trimming Result:
2025/12/23 15:34:25.437
TestSuite: Vrefbuf_2p9_vol
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9400 P 2 0.9 2.90032406 4 V PD7 Vrefbuf_2p9_vol
---------------------------------------------------------------------------------------------------------------------------------------------------------
Trimdata_write Result:
2025/12/23 15:34:25.437
TestSuite: reg_hsi0_trim_new
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9410 P 2 0 1005.000000000 65535 PA13 reg_hsi0_trim_new
---------------------------------------------------------------------------------------------------------------------------------------------------------
Trimdata_write Result:
2025/12/23 15:34:25.437
TestSuite: reg_hsi1_trim_new
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9420 P 2 0 989.000000000 65535 PA13 reg_hsi1_trim_new
---------------------------------------------------------------------------------------------------------------------------------------------------------
Trimdata_write Result:
2025/12/23 15:34:25.437
TestSuite: reg_hsi2_trim_new
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9430 P 2 0 994.000000000 65535 PA13 reg_hsi2_trim_new
---------------------------------------------------------------------------------------------------------------------------------------------------------
Trimdata_write Result:
2025/12/23 15:34:25.437
TestSuite: reg_hsi3_trim_new
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9440 P 2 0 1002.000000000 65535 PA13 reg_hsi3_trim_new
---------------------------------------------------------------------------------------------------------------------------------------------------------
Trimdata_write Result:
2025/12/23 15:34:25.528
TestSuite: reg_ts_25c_new
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9550 P 2 0 848.000000000 65535 PA13 reg_ts_25c_new
---------------------------------------------------------------------------------------------------------------------------------------------------------
Trimdata_write Result:
2025/12/23 15:34:25.528
TestSuite: Trimdata_write_fbist_page_read_trim
---------- --- ---- ------------------------------------------- -------- -------------- --------------------------------------------------
Test_No. P/F Site Pattern Count ScanVec:Bit Test_Description
---------- --- ---- ------------------------------------------- -------- -------------- --------------------------------------------------
9500 P 2 fbist_page_read_trim 3245 Trimdata_write_fbist_page_read_trim
-----------------------------------------------------------------------------------------------------------------------------------------------
Trimdata_write Result:
2025/12/23 15:34:25.530
TestSuite: Trimdata_write_fbist_page_read_getkey_pb3
---------- --- ---- ------------------------------------------- -------- -------------- --------------------------------------------------
Test_No. P/F Site Pattern Count ScanVec:Bit Test_Description
---------- --- ---- ------------------------------------------- -------- -------------- --------------------------------------------------
9600 P 2 fbist_page_read_getkey_pb3 3245 Trimdata_write_fbist_page_read_getkey_pb3
-----------------------------------------------------------------------------------------------------------------------------------------------
Trimdata_write Result:
2025/12/23 15:34:25.532
TestSuite: Trimdata_write_fbist_page_read_option
---------- --- ---- ------------------------------------------- -------- -------------- --------------------------------------------------
Test_No. P/F Site Pattern Count ScanVec:Bit Test_Description
---------- --- ---- ------------------------------------------- -------- -------------- --------------------------------------------------
9700 P 2 fbist_page_read_option 3247 Trimdata_write_fbist_page_read_option
-----------------------------------------------------------------------------------------------------------------------------------------------
Trimdata_write Result:
2025/12/23 15:34:25.532
TestSuite: Trimdata_write_fbist_page_read_ts85
---------- --- ---- ------------------------------------------- -------- -------------- --------------------------------------------------
Test_No. P/F Site Pattern Count ScanVec:Bit Test_Description
---------- --- ---- ------------------------------------------- -------- -------------- --------------------------------------------------
9800 P 2 fbist_page_read_ts85 3245 Trimdata_write_fbist_page_read_ts85
-----------------------------------------------------------------------------------------------------------------------------------------------
Trimdata_write Result:
2025/12/23 15:34:25.589
TestSuite: Trimdata_write_fbist_page_read_ft
---------- --- ---- ------------------------------------------- -------- -------------- --------------------------------------------------
Test_No. P/F Site Pattern Count ScanVec:Bit Test_Description
---------- --- ---- ------------------------------------------- -------- -------------- --------------------------------------------------
9900 P 2 fbist_page_read_ft 3244 Trimdata_write_fbist_page_read_ft
-----------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf1p024_Verify Result:
2025/12/23 15:34:25.589
TestSuite: vrefbuf1p024_value_f
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9910 *F* 2 1.0189 1.34149571 1.0292 V PD7 vrefbuf1p024_value_f
---------------------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf1p024_Verify Result:
2025/12/23 15:34:25.649
TestSuite: vrefbuf1p024_w
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9920 P 2 0 4930.000000000 65535 PD7 vrefbuf1p024_w
---------------------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf1p5_Verify Result:
2025/12/23 15:34:25.649
TestSuite: vrefbuf1p5_value_f
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9930 P 2 1.4925 1.50030361 1.5075 V PD7 vrefbuf1p5_value_f
---------------------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf1p5_Verify Result:
2025/12/23 15:34:25.713
TestSuite: vrefbuf1p5_w
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9940 P 2 0 5377.000000000 65535 PD7 vrefbuf1p5_w
---------------------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf2p048_Verify Result:
2025/12/23 15:34:25.713
TestSuite: vrefbuf2p048_value_f
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9950 P 2 2.0377 2.04787657 2.0583 V PD7 vrefbuf2p048_value_f
---------------------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf2p048_Verify Result:
2025/12/23 15:34:25.772
TestSuite: vrefbuf2p048_w
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9960 P 2 0 8264.000000000 65535 PD7 vrefbuf2p048_w
---------------------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf2p5_Verify Result:
2025/12/23 15:34:25.772
TestSuite: vrefbuf2p5_value_f
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9970 P 2 2.4875 2.49953832 2.5125 V PD7 vrefbuf2p5_value_f
---------------------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf2p5_Verify Result:
2025/12/23 15:34:25.835
TestSuite: vrefbuf2p5_w
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9980 P 2 0 9472.000000000 65535 PD7 vrefbuf2p5_w
---------------------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf2p9_Verify Result:
2025/12/23 15:34:25.835
TestSuite: vrefbuf2p9_value_f
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9990 P 2 2.8855 2.90028168 2.9145 V PD7 vrefbuf2p9_value_f
---------------------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf2p9_Verify Result:
2025/12/23 15:34:25.856
TestSuite: vrefbuf2p9_w
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
10000 P 2 0 10497.000000000 65535 PD7 vrefbuf2p9_w
---------------------------------------------------------------------------------------------------------------------------------------------------------
---- --------- ------- ------- --- ---------- ---------- ------------- ---------- ------ ------------------
Site Device ID X Coord Y Coord P/F SW Bin No. HW Bin No. Test Time Test Count Status Device Description
---- --------- ------- ------- --- ---------- ---------- ------------- ---------- ------ ------------------
2 0 0 F 43 43 1268.17ms
---------------------------------------------------------------------------------------------------------------------
-284
View File
@@ -1,284 +0,0 @@
Defined Words: MARK
Enabled Words:
12/23/2025 3:34:34 PM Slot4 192.168.100.11 Run Flow Count: 1
site: 2 Trim_value: 63 PD7_voltage=1.08584411676746
site: 2 Trim_value: 31 PD7_voltage=1.05057466581135
site: 2 Trim_value: 15 PD7_voltage=1.03374315640784
site: 2 Trim_value: 7 PD7_voltage=1.02535495265322
site: 2 Trim_value: 3 PD7_voltage=1.02126469665363
site: 2 Trim_value: 5 PD7_voltage=1.02323141041924
site: 2 Trim_value: 6 PD7_voltage=1.02426986919634
site: 2 Trim_value: 5 PD7_voltage=1.02337976167311
Vrefbuf_1p024_Trimming Result:
2025/12/23 15:34:34.900
TestSuite: VREFBUF_TRIM_PAT
---------- --- ---- ------------------------------------------- -------- -------------- --------------------------------------------------
Test_No. P/F Site Pattern Count ScanVec:Bit Test_Description
---------- --- ---- ------------------------------------------- -------- -------------- --------------------------------------------------
8480 P 2 VREFBUF_TRIM 251859 VREFBUF_TRIM_PAT
-----------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf_1p024_Trimming Result:
2025/12/23 15:34:34.915
TestSuite: Vrefbuf_1p024_Dac_Final
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
8500 P 2 0 6.000000000 128 PB3 Vrefbuf_1p024_Dac_Final
---------------------------------------------------------------------------------------------------------------------------------------------------------
site: 2 Trim_value: 63 PD7_voltage=1.5232938169688
site: 2 Trim_value: 31 PD7_voltage=1.47432094876224
site: 2 Trim_value: 47 PD7_voltage=1.49886248475982
site: 2 Trim_value: 55 PD7_voltage=1.51083231164361
site: 2 Trim_value: 51 PD7_voltage=1.50469904694784
site: 2 Trim_value: 49 PD7_voltage=1.50148618264971
site: 2 Trim_value: 48 PD7_voltage=1.50037142894205
site: 2 Trim_value: 47 PD7_voltage=1.49897268854841
Vrefbuf_1p024_Trimming Result:
2025/12/23 15:34:35.084
TestSuite: Vrefbuf_1p024_vol
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
8600 P 2 0.9 1.02441398 1.2 V PD7 Vrefbuf_1p024_vol
---------------------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf_1p5_Trimming Result:
2025/12/23 15:34:35.099
TestSuite: Vrefbuf_1p5_DAC_Final
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
8700 P 2 0 48.000000000 128 PB3 Vrefbuf_1p5_DAC_Final
---------------------------------------------------------------------------------------------------------------------------------------------------------
site: 2 Trim_value: 63 PD7_voltage=2.06511922078678
site: 2 Trim_value: 31 PD7_voltage=1.99760668445355
site: 2 Trim_value: 47 PD7_voltage=2.03089670582228
site: 2 Trim_value: 55 PD7_voltage=2.0478553734434
site: 2 Trim_value: 59 PD7_voltage=2.05631563352133
site: 2 Trim_value: 57 PD7_voltage=2.05221266169997
site: 2 Trim_value: 56 PD7_voltage=2.05017389161105
site: 2 Trim_value: 55 PD7_voltage=2.04792742976671
Vrefbuf_1p5_Trimming Result:
2025/12/23 15:34:35.271
TestSuite: Vrefbuf_1p5_vol
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
8800 P 2 0.9 1.50054945 2 V PD7 Vrefbuf_1p5_vol
---------------------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf_2p048_Trimming Result:
2025/12/23 15:34:35.283
TestSuite: Vrefbuf_2p048_DAC_Final
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
8900 P 2 0 55.000000000 128 PB3 Vrefbuf_2p048_DAC_Final
---------------------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf_2p048_Trimming Result:
2025/12/23 15:34:35.335
TestSuite: Vrefbuf_2p048_vol
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9000 P 2 0.9 2.04785537 2.5 V PD7 Vrefbuf_2p048_vol
---------------------------------------------------------------------------------------------------------------------------------------------------------
Trimdata_write Result:
2025/12/23 15:34:35.335
TestSuite: reg_hsi0_trim_new
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9410 P 2 0 1005.000000000 65535 PA13 reg_hsi0_trim_new
---------------------------------------------------------------------------------------------------------------------------------------------------------
Trimdata_write Result:
2025/12/23 15:34:35.335
TestSuite: reg_hsi1_trim_new
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9420 P 2 0 989.000000000 65535 PA13 reg_hsi1_trim_new
---------------------------------------------------------------------------------------------------------------------------------------------------------
Trimdata_write Result:
2025/12/23 15:34:35.335
TestSuite: reg_hsi2_trim_new
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9430 P 2 0 994.000000000 65535 PA13 reg_hsi2_trim_new
---------------------------------------------------------------------------------------------------------------------------------------------------------
Trimdata_write Result:
2025/12/23 15:34:35.335
TestSuite: reg_hsi3_trim_new
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9440 P 2 0 1002.000000000 65535 PA13 reg_hsi3_trim_new
---------------------------------------------------------------------------------------------------------------------------------------------------------
Trimdata_write Result:
2025/12/23 15:34:35.426
TestSuite: reg_ts_25c_new
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9550 P 2 0 848.000000000 65535 PA13 reg_ts_25c_new
---------------------------------------------------------------------------------------------------------------------------------------------------------
Trimdata_write Result:
2025/12/23 15:34:35.426
TestSuite: Trimdata_write_fbist_page_read_trim
---------- --- ---- ------------------------------------------- -------- -------------- --------------------------------------------------
Test_No. P/F Site Pattern Count ScanVec:Bit Test_Description
---------- --- ---- ------------------------------------------- -------- -------------- --------------------------------------------------
9500 P 2 fbist_page_read_trim 3245 Trimdata_write_fbist_page_read_trim
-----------------------------------------------------------------------------------------------------------------------------------------------
Trimdata_write Result:
2025/12/23 15:34:35.429
TestSuite: Trimdata_write_fbist_page_read_getkey_pb3
---------- --- ---- ------------------------------------------- -------- -------------- --------------------------------------------------
Test_No. P/F Site Pattern Count ScanVec:Bit Test_Description
---------- --- ---- ------------------------------------------- -------- -------------- --------------------------------------------------
9600 P 2 fbist_page_read_getkey_pb3 3245 Trimdata_write_fbist_page_read_getkey_pb3
-----------------------------------------------------------------------------------------------------------------------------------------------
Trimdata_write Result:
2025/12/23 15:34:35.429
TestSuite: Trimdata_write_fbist_page_read_option
---------- --- ---- ------------------------------------------- -------- -------------- --------------------------------------------------
Test_No. P/F Site Pattern Count ScanVec:Bit Test_Description
---------- --- ---- ------------------------------------------- -------- -------------- --------------------------------------------------
9700 P 2 fbist_page_read_option 3247 Trimdata_write_fbist_page_read_option
-----------------------------------------------------------------------------------------------------------------------------------------------
Trimdata_write Result:
2025/12/23 15:34:35.431
TestSuite: Trimdata_write_fbist_page_read_ts85
---------- --- ---- ------------------------------------------- -------- -------------- --------------------------------------------------
Test_No. P/F Site Pattern Count ScanVec:Bit Test_Description
---------- --- ---- ------------------------------------------- -------- -------------- --------------------------------------------------
9800 P 2 fbist_page_read_ts85 3245 Trimdata_write_fbist_page_read_ts85
-----------------------------------------------------------------------------------------------------------------------------------------------
Trimdata_write Result:
2025/12/23 15:34:35.485
TestSuite: Trimdata_write_fbist_page_read_ft
---------- --- ---- ------------------------------------------- -------- -------------- --------------------------------------------------
Test_No. P/F Site Pattern Count ScanVec:Bit Test_Description
---------- --- ---- ------------------------------------------- -------- -------------- --------------------------------------------------
9900 P 2 fbist_page_read_ft 3244 Trimdata_write_fbist_page_read_ft
-----------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf1p024_Verify Result:
2025/12/23 15:34:35.485
TestSuite: vrefbuf1p024_value_f
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9910 P 2 1.0189 1.02502858 1.0292 V PD7 vrefbuf1p024_value_f
---------------------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf1p024_Verify Result:
2025/12/23 15:34:35.547
TestSuite: vrefbuf1p024_w
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9920 P 2 0 4134.000000000 65535 PD7 vrefbuf1p024_w
---------------------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf1p5_Verify Result:
2025/12/23 15:34:35.549
TestSuite: vrefbuf1p5_value_f
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9930 P 2 1.4925 1.50032904 1.5075 V PD7 vrefbuf1p5_value_f
---------------------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf1p5_Verify Result:
2025/12/23 15:34:35.610
TestSuite: vrefbuf1p5_w
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9940 P 2 0 5377.000000000 65535 PD7 vrefbuf1p5_w
---------------------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf2p048_Verify Result:
2025/12/23 15:34:35.610
TestSuite: vrefbuf2p048_value_f
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9950 P 2 2.0377 2.04802068 2.0583 V PD7 vrefbuf2p048_value_f
---------------------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf2p048_Verify Result:
2025/12/23 15:34:35.674
TestSuite: vrefbuf2p048_w
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9960 P 2 0 8265.000000000 65535 PD7 vrefbuf2p048_w
---------------------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf2p5_Verify Result:
2025/12/23 15:34:35.674
TestSuite: vrefbuf2p5_value_f
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9970 P 2 2.4875 2.49950017 2.5125 V PD7 vrefbuf2p5_value_f
---------------------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf2p5_Verify Result:
2025/12/23 15:34:35.736
TestSuite: vrefbuf2p5_w
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9980 P 2 0 9472.000000000 65535 PD7 vrefbuf2p5_w
---------------------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf2p9_Verify Result:
2025/12/23 15:34:35.736
TestSuite: vrefbuf2p9_value_f
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
9990 P 2 2.8855 2.90053599 2.9145 V PD7 vrefbuf2p9_value_f
---------------------------------------------------------------------------------------------------------------------------------------------------------
Vrefbuf2p9_Verify Result:
2025/12/23 15:34:35.758
TestSuite: vrefbuf2p9_w
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
Test_No. P/F Site Minimum Measured Maximum Unit Pin_Name Test_Description
---------- --- ---- ------------ -------------------- ------------ ---- --------------------- --------------------------------------------------
10000 P 2 0 10497.000000000 65535 PD7 vrefbuf2p9_w
---------------------------------------------------------------------------------------------------------------------------------------------------------
---- --------- ------- ------- --- ---------- ---------- ------------- ---------- ------ ------------------
Site Device ID X Coord Y Coord P/F SW Bin No. HW Bin No. Test Time Test Count Status Device Description
---- --------- ------- ------- --- ---------- ---------- ------------- ---------- ------ ------------------
2 0 0 P 1 1 1085.67ms
---------------------------------------------------------------------------------------------------------------------
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
-102
View File
@@ -1,102 +0,0 @@
# RMA报告:<在此填写实验名称>
## 基本信息
| 项目 | 内容 |
|--------------|-----------------------|
| 实验日期 | `YYYY-MM-DD` |
| 负责人 | `沈浴阳` |
| 工厂名称 | `` |
| 客户名称 | `XX` |
| 待测芯片 | `` |
| 测试类型 | `CP/FT` |
| 报告版本 | `V1.0` |
| 板卡编号 | `` |
---
## 一、问题背景
---
## 二、实验目的
<!-- 清晰描述实验要验证的关键问题 -->
1. 目标1`<验证XXX功能/性能>`
2. 目标2`<测试XXX极限参数>`
3. 目标3`<对比XXX设计方案>`
---
## 三、实验环境
- **硬件配置**
`<被测设备型号> + 配套设备列表>`
- **软件环境**
`<测试软件及版本>`
- **物理环境**
`温度:25±2℃ | 湿度:45±5%RH`
---
## 四、实验步骤
### 1. 准备工作
<!-- 分步骤描述准备过程 -->
1) 步骤描述1`<连接XX设备到XX接口>`
2) 步骤描述2`<设置XX参数为XX值>`
![](./images/step2_setup.jpg) <!-- 建议图片命名:stepX_description.jpg -->
### 2. 复现流程
<!-- 按顺序记录关键操作 -->
```{mermaid}
graph LR
A[启动设备] --> B{监测初始状态}
B -->|正常| C[执行测试用例1]
B -->|异常| D[记录故障现象]
C --> E[采集数据]
```
---
## 五、实验结果
### 关键数据记录
| 测试点 | 预期值 | 实测值 | 偏差 | 单位 |
|--------|--------|--------|------|------|
| Vout | 3.3 | 3.28 | -0.6% | V |
| I_max | 2.0 | 2.15 | +7.5% | A |
### 波形/现象记录
**图1:上电冲击电流波形**
![](./images/inrush_current_20230501.png)
*注释:观测到XX μs的浪涌电流*
**图2:高温测试红外热像**
![](./images/thermal_image_test3.jpg)
*注释:芯片最高温度达XX℃(环境XX℃)*
---
## 六、问题分析
<!-- 使用故障树等结构化方法 -->
```mermaid
graph TD
A[异常现象] --> B[电源模块]
A --> C[信号干扰]
B --> D{排查方向1}
C --> E{排查方向2}
```
---
## 七、结论与建议
✅ **实验结论**
1. `<验证通过/未通过的指标>`
2. `<关键发现>`
⚠️ **解决建议**
- [ ] 建议1`<硬件优化方案>`
- [ ] 建议2`<测试方法改进>`
---
## 附件
1. [原始数据文件](./data/rawdata_20230501.csv)
2. [电路原理图](./schematics/v2.0_final.pdf)
3. [测试视频](./videos/test_recording.mp4)
+32
View File
@@ -0,0 +1,32 @@
---
title: ManLin 硬件产品知识库
---
# ManLin 硬件产品知识库
```{toctree}
:maxdepth: 1
:caption: 目录
Mars_1KS/index
Calibration/index
Lab_Report/index
```
## 附加文档
1. [AD5522](_static/data/add_docs/AD5522.pdf)
2. :::{dropdown} Power DataSheets
- [LTM4655](_static/data/add_docs/Pwr_DataSheet/ltm4655.pdf)
- [MIC29502](_static/data/add_docs/Pwr_DataSheet/MIC29502.pdf)
- [LMR51450](_static/data/add_docs/Pwr_DataSheet/LMR51450.pdf)
- [TPS54627](_static/data/add_docs/Pwr_DataSheet/tps54627.pdf)
- [TPS54821](_static/data/add_docs/Pwr_DataSheet/tps54821.pdf)
- [TPS563209](_static/data/add_docs/Pwr_DataSheet/tps563209.pdf)
- [LT3091](_static/data/add_docs/Pwr_DataSheet/lt3091.pdf)
:::
3.
-27
View File
@@ -1,27 +0,0 @@
.. ManLin_KnowledgeBase documentation master file, created by
sphinx-quickstart on Tue Aug 12 05:35:46 2025.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
.. ManLin 硬件知识库主索引文件
.. 注意:此文件使用 reStructuredText 语法,但支持包含 Markdown 文件
##############################
ManLin 硬件产品知识库
##############################
.. toctree::
:maxdepth: 1
:caption: Contents:
Mars_1KS/index
Calibration/index
Lab_Report/index
RMA/index
*Additional Docs:*
1. `AD5522 <_static/data/add_docs/AD5522.pdf>`_