Fork me on GitHub
侧边栏
摘要: 文章目录 Component and interface identifiers 节点ID 接口ID Calculation of output IDs ID reduction Component and interface identifiers 在CoreLink NI-700中,每个网络接口 阅读全文
posted @ 2026-05-23 07:35 yooooooo 阅读(4) 评论(0) 推荐(0)
摘要: Arm 的 CCI-500 与 NI-700,实际上代表了 Arm SoC interconnect 演进中的“两条线”: CCI-500 = coherent interconnect(缓存一致性) NI-700 = scalable NoC(片上网络) 它们不是简单前后代关系。 而是: “缓存一 阅读全文
posted @ 2026-05-23 07:33 yooooooo 阅读(3) 评论(0) 推荐(0)
摘要: Arm 的 CoreLink NIC-400 和 CoreLink NI-700 都属于 SoC 内部互连(Interconnect / NoC)IP,但两者是不同代际、不同架构理念的产品。 你可以把它理解为: NIC-400:传统 AXI Crossbar 时代 NI-700:现代 Packeti 阅读全文
posted @ 2026-05-23 07:27 yooooooo 阅读(5) 评论(0) 推荐(0)
摘要: Documentation Index Fetch the complete documentation index at: https://code.claude.com/docs/llms.txt Use this file to discover all available pages bef 阅读全文
posted @ 2026-05-17 21:08 yooooooo 阅读(43) 评论(0) 推荐(0)
摘要: DIALOG.OK命令 在测试有时我们需要在某些命令或者脚本执行完之后暂停一下,这时就可以使用到 DIALOG.OK 这个命令。如下测试代码,在执行完jumto_test之后,会跳出一个弹框: AREA.view PRINT "test start..." GOTO jumpto_test PRIN 阅读全文
posted @ 2026-05-02 17:41 yooooooo 阅读(35) 评论(0) 推荐(0)
摘要: .cmm 和 .t32 文件的区别 .cmm 文件 — PRACTICE 脚本 Trace32 自己的脚本语言(叫 PRACTICE) 类似 batch/shell 脚本,可以执行一系列 T32 命令 可编辑,用记事本就能打开 典型内容: ; 加载符号 Data.LOAD.Elf "vmlinux" 阅读全文
posted @ 2026-04-19 12:08 yooooooo 阅读(40) 评论(0) 推荐(0)
摘要: 1. TRACE32 Practice 语法 Practice脚本是Lauterbach公司提供的一种脚本语言,运用于其TRACE32软件当中,非常容易上手、并且功能强大。其运用的主要领域包含: 自动化测试 创建图形化界面的工具 初始化和配置TRACE32软件 控制Lauterbach硬件 1.1 阅读全文
posted @ 2026-04-19 12:08 yooooooo 阅读(106) 评论(0) 推荐(0)
摘要: T32 MARM介绍 T32 MARM 是Lauterbach的Trace32软件包的一部分,专门用于ARM基础架构的微处理器。Trace32是一款强大的系统级调试器,广泛用于嵌入式系统和微处理器的开发。 T32MARM提供了对ARM核心和多核心设备的全面支持,支持各种不同的ARM核心,包括Cort 阅读全文
posted @ 2026-04-19 12:08 yooooooo 阅读(51) 评论(0) 推荐(0)
摘要: 1. 基本概念区分 1.1 PCIe 电源状态(Device Power State, D-States) 由 PCI Power Management(PM) 定义,作用对象是 Function / Device 本身。 D0 全功能工作态 配置空间和 BAR 可访问 D1 / D2 可选状态(多 阅读全文
posted @ 2026-04-17 16:40 yooooooo 阅读(72) 评论(0) 推荐(0)
摘要: 1. fw_devlink 是什么、作用是什么 fw_devlink 是 Linux 驱动核心(driver core)的一套机制:从固件描述(主要是 Device Tree,部分场景也可用于 ACPI/fwnode 体系)中“推导设备依赖关系”,并自动建立“consumer↔supplier”的依 阅读全文
posted @ 2026-03-07 16:20 yooooooo 阅读(39) 评论(0) 推荐(0)