[置顶] ZQH

摘要: https://zh.101entj.ru/ (*mark_debug="true", dont_touch="true"*) // // | | // // // //快到慢时钟域 reg en1_100m;//100MHz 一拍 reg en2_5m ;// 5MHz 一拍 reg en1_10 阅读全文
posted @ 2024-07-19 14:13 taylorrrrrrrrrr 阅读(8) 评论(0) 推荐(0)

[置顶] 【代码更新】IIC时序——读写EEPROM

摘要: 【代码更新】IIC时序——读写EEPROM 整体代码: 1 // >50MHz >20ns 100KHz >10000ns 2 `timescale 1ns / 1ps 3 module eeprom_i2c#(parameter SCL_CYC = 1000)//100KHz 4 ( 5 inpu 阅读全文
posted @ 2024-03-04 13:38 taylorrrrrrrrrr 阅读(81) 评论(0) 推荐(0)

quartus 如何下载 安装/导入新器件库/器件包

摘要: quartus 如何下载 安装/导入新器件库/器件包 https://blog.csdn.net/sqqwm/article/details/134825474 18.1 https://www.intel.com/content/www/us/en/software-kit/665986/inte 阅读全文
posted @ 2025-11-13 17:15 taylorrrrrrrrrr 阅读(1) 评论(0) 推荐(0)

亚稳态危害,

摘要: https://www.bilibili.com/video/BV1nx411M7g5?spm_id_from=333.788.videopod.episodes&vd_source=ac9167e61e0c909658ec9e3b6350cd4e&p=9 https://www.bilibili. 阅读全文
posted @ 2025-10-24 11:22 taylorrrrrrrrrr 阅读(2) 评论(0) 推荐(0)

FPGA控制RGMII接口PHY芯片基础

摘要: PHY RGMII Interface Timing注意事项 https://blog.csdn.net/wangmuzhang/article/details/133918767 FPGA控制RGMII接口PHY芯片基础 https://www.cnblogs.com/moluoqishi/p/1 阅读全文
posted @ 2025-10-22 14:54 taylorrrrrrrrrr 阅读(6) 评论(0) 推荐(0)

FPGA MT25QL FLASH

摘要: 基于FPGA读写MT25QL FLASH芯片 https://blog.csdn.net/m0_66360845/article/details/136693637 FPGA接口_N25Q128型号的spi flash驱动verilog代码编写 https://blog.csdn.net/weixi 阅读全文
posted @ 2025-10-11 16:17 taylorrrrrrrrrr 阅读(21) 评论(0) 推荐(0)

如何使用notepad++查看二进制bin文件

摘要: 菜单栏——插件——插件管理——找到HEX-Editor——安装,等待重启——用notepad++打开二进制bin文件(显示乱码)——插件——HEX-Editor——View in HEX——成功 另外,下图红色圈内是正常模式和HEX模式的快捷转换按钮 https://blog.csdn.net/sa 阅读全文
posted @ 2025-10-11 10:33 taylorrrrrrrrrr 阅读(68) 评论(0) 推荐(0)

K7系列FPGA多重启动(Multiboot)

摘要: K7系列FPGA多重启动(Multiboot) https://blog.csdn.net/qq_43557686/article/details/134750377 K7系列FPGA进行FLASH读写1——CCLK控制(STARTUPE2原语) https://blog.csdn.net/qq_4 阅读全文
posted @ 2025-10-09 15:58 taylorrrrrrrrrr 阅读(17) 评论(0) 推荐(0)

记录在ubuntu20.04下安装VCS+Verdi+dve2018方法教程和问题

摘要: 记录在ubuntu20.04下安装VCS+Verdi+dve2018方法教程和问题 https://blog.csdn.net/qq_17814567/article/details/146560858 VCS2018在Ubuntu20 18安装步骤 https://blog.csdn.net/qq 阅读全文
posted @ 2025-09-29 11:28 taylorrrrrrrrrr 阅读(28) 评论(0) 推荐(0)

【安装红帽子 redhat Linux 9.0版本】教程

摘要: VMware安装Windows11虚拟机,图文详细,附免费资源,持续更新 https://blog.csdn.net/qq_62888264/article/details/144829125 【安装红帽子 redhat Linux 9.0版本】教程 https://www.bilibili.com 阅读全文
posted @ 2025-09-28 13:26 taylorrrrrrrrrr 阅读(18) 评论(0) 推荐(0)

Vivado兼容第三方软件工具对照表Modelsim,Questasim,Matlab

摘要: Vivado兼容第三方软件工具对照表Modelsim,Questasim,Matlab https://blog.csdn.net/Alonger1988/article/details/120506385 阅读全文
posted @ 2025-09-27 17:47 taylorrrrrrrrrr 阅读(19) 评论(0) 推荐(0)

wireshark 过滤

摘要: IP地址过滤 ip.addr == 192.168.1.202 ip目的地地址过滤 ip.dst==192.168.1.202 端口过滤udp.port==8080 源端口udp.srcport==8080 目的地端口udp.dstport==8080 搜索栏输入“not gvsp and not 阅读全文
posted @ 2025-09-27 16:21 taylorrrrrrrrrr 阅读(14) 评论(0) 推荐(0)