ASIC匹配滤波器描述更正
Build and Deploy Documentation / build-and-deploy (push) Successful in -3h21m11s
Details
Build and Deploy Documentation / build-and-deploy (push) Successful in -3h21m11s
Details
This commit is contained in:
parent
02f666429b
commit
8dc077d824
|
|
@ -23,8 +23,8 @@ $$ \text{Qubit }N\text{ DAQ\_PAR 基地址} = \mathtt{0x00500000} + N \times \ma
|
|||
|:-|:-|:-|:-|
|
||||
|`0x00`|dds_fpw|[31:12] fcw|解模载波频率控制字:$F_c = fcw / 2^{20} \times F_s$|
|
||||
|^|^|[11:0] pcw|解模载波相位控制字:$\phi_c = pcw / 2^{12} \times 2\pi$|
|
||||
|`0x04`|mtf_idx|[31:16] addr|权重数据起始地址(单位:时钟周期)|
|
||||
|^|^|[15:0] len|权重数据样本长度(单位:时钟周期)|
|
||||
|`0x04`|mtf_idx|[31:16] addr|权重数据起始地址(单位:4字节)|
|
||||
|^|^|[15:0] len|解模积分时间(单位:时钟周期,8个采样点)|
|
||||
|`0x08`|line0_ab|[31:16] a0|直线0 斜率系数 a(16位有符号数)|
|
||||
|^|^|[15:0] b0|直线0 斜率系数 b(16位有符号数)|
|
||||
|`0x0C`|line0_c|[31:0] c0|直线0 截距系数 c(32位有符号数)|
|
||||
|
|
@ -43,7 +43,7 @@ $$ \text{Qubit }N\text{ DAQ\_PAR 基地址} = \mathtt{0x00500000} + N \times \ma
|
|||
详细布局见下方存储格式图。
|
||||
|
||||
- 系数的粒度由 `func_ctrl.step_ctrl` 控制,一个权重样本点可对应 1/2/4/8/16 个时钟周期采样点;
|
||||
- 权重数据由 `mtf_idx` 中的 addr 和 len 字段索引。
|
||||
- 权重数据由 `mtf_idx` 中的 addr 和 len 字段索引,len的长度为权重数据的采样点数乘以系数粒度。
|
||||
|
||||
**读出参数存储格式**如下图所示。
|
||||
|
||||
|
|
|
|||
|
|
@ -43,6 +43,8 @@ ACQ 通道配置寄存器,对应采集通道的 DAQ 模块。寄存器基地
|
|||
|
||||
@import "../../rbpu_datasheet/data/ids.json" using render_ids_daq_reg
|
||||
|
||||
> mtf_idx_q<>跟随平台有所不同,详细参见§4.4章节,上表是以FPGA平台为例
|
||||
|
||||
## A.3. AWG_REG — EXC-Pump 寄存器
|
||||
|
||||
EXC-Pump 通道配置寄存器,对应激励通道的 AWG 模块。寄存器基地址参见
|
||||
|
|
|
|||
Loading…
Reference in New Issue