1 2 3 4 5 ··· 7 下一页
摘要: Error-[XMRE] Cross-module reference resolution error /opt/xilinx/Vivado/2019.2/data/verilog/src/unisims/OSERDESE2.v, 134 Error found while trying to r 阅读全文
posted @ 2024-08-24 23:16 AdriftCore 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 1简介 反射二进制码反射二进制码(RBC),也称为反射二进制(RB)或格雷码(Gray code),得名于Frank Gray,是二进制数制的一种排列方式,使得连续两个值之间仅有一个比特(二进制位)不同。格雷码在数字电路中的应用有助于减少误差、提高系统的可靠性,并简化逻辑操作,因此被广泛应用于各种数 阅读全文
posted @ 2024-08-24 19:25 AdriftCore 阅读(30) 评论(0) 推荐(0) 编辑
摘要: module textinsert #( parameter DW = 32, parameter NAME = "test.txt" ) ( input logic clk , input logic en , input logic stop , input logic [DW-1:0] dat 阅读全文
posted @ 2023-12-19 11:25 AdriftCore 阅读(55) 评论(0) 推荐(1) 编辑
摘要: set bitfile "/root/x.bit" open_hw_manager connect_hw_server -url localhost:3121 open_hw_target [lindex [get_hw_targets] 0] current_hw_device [lindex [ 阅读全文
posted @ 2023-12-14 18:38 AdriftCore 阅读(60) 评论(0) 推荐(0) 编辑
摘要: Options Description +all Dump all signals including memory, MDA, packed array, structure, union, power-related, and packed structure +mda Dump all mem 阅读全文
posted @ 2023-11-04 15:36 AdriftCore 阅读(517) 评论(0) 推荐(0) 编辑
摘要: { // Place your snippets for verilog here. Each snippet is defined under a snippet name and has a prefix, body and // description. The prefix is what 阅读全文
posted @ 2023-10-19 16:07 AdriftCore 阅读(125) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get install virtualbox-guest-x11 sudo VBoxClient --clipboard 阅读全文
posted @ 2023-09-20 14:46 AdriftCore 阅读(286) 评论(0) 推荐(0) 编辑
摘要: ./tb_test.sh verdi -f filelist.f -ssf *.fsdb & 阅读全文
posted @ 2023-09-17 17:20 AdriftCore 阅读(193) 评论(0) 推荐(0) 编辑
摘要: # 一、OSI七层模型 MAC属于七层模型中的数据链路层(DATA LINK) ![](https://img2023.cnblogs.com/blog/1467537/202305/1467537-20230526113839699-1053756194.png) # 二、MAC层 包格式 ![] 阅读全文
posted @ 2023-05-26 11:36 AdriftCore 阅读(87) 评论(0) 推荐(1) 编辑
摘要: APP和AXI的吞吐率一致 APP在时序上比AXI简洁 在多主机时,AXI的稳定性、效率性比APP高,AXI有自己的一套仲裁逻辑,而APP没有多主机仲裁逻辑,需要自己写且自己写的仲裁逻辑可能会出现时序问题,而AXI的仲裁及握手逻辑是经过验证的所以稳定性比APP高 如果单对单通信,可以使用APP 如果 阅读全文
posted @ 2023-01-29 17:51 AdriftCore 阅读(240) 评论(0) 推荐(1) 编辑
1 2 3 4 5 ··· 7 下一页