手动部署报告
Build and Deploy Documentation / build-and-deploy (push) Failing after -6h41m26s
Details
Build and Deploy Documentation / build-and-deploy (push) Failing after -6h41m26s
Details
This commit is contained in:
parent
bbe972e192
commit
0b09e35575
|
|
@ -36,8 +36,8 @@ jobs:
|
|||
WEBDAV_PASS: ${{ secrets.WEBDAV_PASS }}
|
||||
run: |
|
||||
for f in output/*.html; do
|
||||
echo "上传: $(basename "$f")"
|
||||
echo "上传: $(basename "$f") → /manual/manual-readout-program.html"
|
||||
curl -sS --retries 3 -u "${WEBDAV_USER}:${WEBDAV_PASS}" \
|
||||
-T "$f" "${WEBDAV_URL}/docs/$(basename "$f")"
|
||||
-T "$f" "${WEBDAV_URL}/manual/manual-readout-program.html"
|
||||
done
|
||||
echo "部署完成"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<!-- CI/CD 状态徽章 — 请将下面的 URL 中的 gitea.example.com 和仓库路径替换为你的实际地址 -->
|
||||
[](http://114.214.202.87:9030/readout/readout_program/actions)
|
||||
|
||||
> 📖 **在线文档**: [https://gc-home.top/docs/manual-doc-readout/](https://gc-home.top/docs/manual-doc-readout/)
|
||||
> 📖 **在线文档**: [https://gc-home.top/manual/manual-readout-program.html](https://gc-home.top/manual/manual-readout-program.html)
|
||||
|
||||
本项目为 ez-Q 2.5 读出子系统的编程控制模型文档。采用 **"文档即代码" (Docs as Code)** 工作方式,
|
||||
通过 Markdown 纯文本写作、Git 版本控制和 Python 构建管道生成自包含 HTML 报告。
|
||||
|
|
|
|||
|
|
@ -63,11 +63,13 @@ ez-Q 2.5 ASIC平台读出子系统由读出基带板、读出混频板和读出
|
|||
索引基地址定义详见[附录A. IDS寄存器索引表](#a-ids)的 [A.1 地址空间映射](#a1) 节。
|
||||
|
||||
本文所述的三类编程通道具体定义如下:
|
||||
|
||||
* ACQ 编程通道定义从混频板`rf_in`输入端口到基带板卡内部DAQ模块;
|
||||
* EXC 编程通道定义为从基带板内部AWG模块混频板到`rf_out`接口;
|
||||
* Pump 编程通道定义为从基带板卡内部AWG模块到泵浦板`pump_out`接口;
|
||||
|
||||
ASIC和FPGA平台具有以下区别:
|
||||
|
||||
* ez-Q 2.5 FPGA平台读出子系统混频板和泵浦板复用同一个硬件板卡。
|
||||
* ez-Q 2.5 FPGA平台将读出基带芯片RBPU和FPGA集成在一个FPGA中。
|
||||
* ez-Q 2.5 FPGA平台使用外部商用ADC、DAC和PLL来替换RBPU的对应功能。
|
||||
|
|
|
|||
Loading…
Reference in New Issue