[置顶] 【代码更新】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 阅读(67) 评论(0) 推荐(0)

Modelsim 一个错误记录: # ** Error: (vsim-3601) Iteration limit reached at time 29605 ns.

摘要: # ** Error: (vsim-3601) Iteration limit reached at time 29605 ns. 表示: 在运行的过程中,有一个迭代的次数超过限制了。 网上有说: Simulate -> Runtime Option Iteration Limit 改大,这个值默认 阅读全文
posted @ 2025-05-14 13:41 taylorrrrrrrrrr 阅读(28) 评论(0) 推荐(0)

flash 操作指南

摘要: 【FPGA】SPI协议详解及对flash读写操作_fpgaspi协议读写flash-CSDN博客 基于SPI协议的flash驱动控制 https://www.cnblogs.com/jasonleeeee/p/17660573.html SPI协议(三):SPI_Flash(M25P16)读写操作 阅读全文
posted @ 2025-03-27 17:41 taylorrrrrrrrrr 阅读(5) 评论(0) 推荐(0)

一、为什么要用Serdes

摘要: 空间过采样法实现思路 https://blog.csdn.net/wudinin/article/details/101720274 没落骑士 https://www.cnblogs.com/moluoqishi/p/9049243.html https://blog.csdn.net/yijing 阅读全文
posted @ 2025-01-09 10:12 taylorrrrrrrrrr 阅读(13) 评论(0) 推荐(0)

SPI总线传输的4种模式

摘要: SPI总线传输的4种模式 https://www.cnblogs.com/gmpy/p/12461461.html 阅读全文
posted @ 2024-11-26 13:24 taylorrrrrrrrrr 阅读(11) 评论(0) 推荐(0)

华邦W25Q64JV Flash操作指南

摘要: https://blog.csdn.net/weixin_45888898/article/details/122923523【目前在使用】 https://blog.csdn.net/li_lys/article/details/123146497 https://blog.csdn.net/we 阅读全文
posted @ 2024-11-19 17:53 taylorrrrrrrrrr 阅读(79) 评论(0) 推荐(0)

Verilog语法——移位运算符“>>“和“>>>“的细节

摘要: 综上所述,需要注意的是">>>“和”>>“,两者区分有符号和无符号变量,对于有符号数,”>>>“保留符号位右移,”>>“不保留符号位右移。此外,用拼接符得到的数如{4’b1111,4’b0000}为无符号数,”>>>“和”>>“效果一致,如果需要保留符号位需要将{4’b1111,4’b0000}复制 阅读全文
posted @ 2024-11-13 11:28 taylorrrrrrrrrr 阅读(212) 评论(0) 推荐(0)

AT24C04D 空间

摘要: https://b2b.baidu.com/q/aland?q=A8BDFBFDAAF9FD1F19070D1E030806722A1E156A61A8BDFBFDAAF9FD1B34740C04757579706F0D1596706D1E3E1D64092475797C2E0B7E04756A60 阅读全文
posted @ 2024-10-15 15:12 taylorrrrrrrrrr 阅读(8) 评论(0) 推荐(0)

Enterprise Architect使用教程

摘要: https://blog.csdn.net/m0_38010471/article/details/123185236 阅读全文
posted @ 2024-09-30 15:07 taylorrrrrrrrrr 阅读(12) 评论(0) 推荐(0)

AT24C02 | WriteCycleTiming延时过短导致的读写异常问题

摘要: https://blog.csdn.net/qq_36413982/article/details/122668424 阅读全文
posted @ 2024-09-25 14:06 taylorrrrrrrrrr 阅读(37) 评论(0) 推荐(0)

国产安路调试文档

摘要: https://www.fortune-co.com/News/newsDetail/id/600.html https://blog.csdn.net/qq_42189951/article/details/132838838 上海安陆FPGA软件如何防止模块在综合的时候把信号优化掉 https: 阅读全文
posted @ 2024-09-10 14:28 taylorrrrrrrrrr 阅读(12) 评论(0) 推荐(0)