- 博客(723)
- 资源 (1)
- 收藏
- 关注
原创 两个docker app调用
本文探讨如何让运行在 docker1 中的 Vivado 调用运行在 docker2 中的 QuestasIM,QuestasIM 安装在 /opt/mentor/questasIM/linux_x86_64,许可文件位于 /opt/mentor/mentor_license.dat。questasim安装在/opt/mentor/questasim/linux_x86_64;将 questasIM_volume 挂载到 /opt/mentor/questasIM/linux_x86_64。
2025-03-19 10:48:45
226
原创 PCIe知识
A Practical Tutorial on PCIe for Total Beginners on Windows (Part 1)PCIe Part 2 - All About Memory: MMIO, DMA, TLPs, and more!Down to the TLP: How PCI express devices talk (Part I)Down to the TLP: How PCI express devices talk (Part II)
2025-01-23 09:19:54
202
原创 PCIe通信---RIFFA
优秀的 Verilog/FPGA开源项目介绍(一)-PCIe通信—RIFFA(FPGA 加速器的可重用集成框架)是一个简单的框架,用于通过 PCI Express 总线将数据从主机 CPU 传送到 FPGA。
2024-12-31 12:54:57
353
原创 python glob vs from pathlib import Path
【代码】python glob vs from pathlib import Path。
2024-12-06 09:47:05
102
原创 cocotb questa vcd dumpvars
系统任务用于将变量的值转储到 VCD(Value Change Dump)文件中,以便于后续的波形查看和调试。$dumpvars 的第一个参数是一个整数,用于指定转储变量的层次深度。2:转储当前作用域及其所有子作用域的变量,以及这些子作用域的子作用域内的变量,依此类推,直到指定的层次深度。1:转储当前作用域及其所有子作用域内的变量。#然后open dump.wlf。0:仅转储当前作用域内的变量。在 Verilog 中,
2024-12-04 10:00:33
176
原创 cocotb.runner 和from cocotb_test.simulator import run 两个方法区别
【代码】cocotb.runner 和from cocotb_test.simulator import run 两个方法区别。
2024-12-04 09:02:38
178
原创 smartconnect base_addr offset_addr
过了smartconnect后,在你仿真custom IP内部awaddr看到的地址应该是AXI协议上的地址的,即0xa000_0004 ,而不是 0x4。但是你在IP内部逻辑使用地址的时候,你可以写RTL去过滤掉这个基地址就可以了。
2024-10-28 14:03:55
342
原创 darthsider/SystemVerilog: SV testbench for simple designs
darthsider/SystemVerilog: SV testbench for simple designs–github example
2024-09-13 11:11:06
144
转载 深入理解AXI协议中的outstanding/out-of-order/interleaving
顺便提一句,有很多设计人员,甚至是十几年二十年工作经验的设计人员,在设计AXI的master的时候,往往忽略写response的处理,也就是只要发送了命令和数据,不等写response返回就认为这笔传输已经完成了。所以slave1的BRESP0返回后,master其实在等待slave0的BRESP1,在没有处理完slave0的BRESP1前,master是无法处理slave1的BRESP0,所以只能丢掉slave1的BRESP0,或者根据设计不同,可能会卡死master。如图中两个箭头所示。
2024-09-12 09:48:37
1155
原创 systemverilog testbench example-memory
【代码】systemverilog testbench example-memory。
2024-09-02 16:32:19
384
原创 verilog testbench display/monitor/strobe
is the normal display, which executes its parameters wherever it is present in the code. is similar to $display except that $display displays the contents in the next line (cursor moves to the next line before displaying), unlike $write in which the conten
2024-09-02 16:04:39
247
原创 pcie debug web portal
https://xilinx.github.io/pcie-debug-kmap/pciedebug/build/html/docs/PCIe_Debug_General_Techniques/index.html
2024-08-20 12:28:49
142
原创 axi lite : Axport/strb
1] 0 Secure access 安全访问 AXI主站可能支持安全和非安全操作状态,并将这种安全性概念扩展到内存访问。AxPROT [1]将访问标识为安全或不安全。AWPORT :写事务的保护属性:特权,安全级别和访问类型,提供用于禁止非法传输事务的访问权限信号,同AXI4,xilinx建议赋值为3’b000.xilinx IP 一般忽略此信号。[0] 0 Unprivileged access 非特权访问 AXI主站可能支持多个级别的操作特权,并将这种特权概念扩展到内存访问。
2024-07-18 15:04:18
413
原创 以太网术语
以太网术语以太网术语基于互连数据速率 ®、调制类型 (mTYPE)、介质长度 (L) 和对PHY的PCS编码 © 模式的参考。当多个通道聚合时,这还包括聚合通道数量 (n) 的额外信息。如果参考通道数量,则假设为单通道接口。
2024-07-18 14:33:10
469
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人