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

华邦W25Q64JV Flash操作指南

摘要: https://blog.csdn.net/tianizimark/article/details/121712792 阅读全文
posted @ 2024-11-19 17:52 taylorrrrrrrrrr 阅读(1) 评论(0) 推荐(0) 编辑

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

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

AT24C04D 空间

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

Enterprise Architect使用教程

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

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

摘要: https://blog.csdn.net/qq_36413982/article/details/122668424 阅读全文
posted @ 2024-09-25 14:06 taylorrrrrrrrrr 阅读(7) 评论(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 阅读(5) 评论(0) 推荐(0) 编辑

coms ttl 电平

摘要: https://blog.csdn.net/hzbhao/article/details/127822972 阅读全文
posted @ 2024-08-17 08:09 taylorrrrrrrrrr 阅读(3) 评论(0) 推荐(0) 编辑

FPGA SDRAM接口设计

摘要: https://blog.csdn.net/qq_33231534/article/details/108731782 阅读全文
posted @ 2024-08-06 08:53 taylorrrrrrrrrr 阅读(2) 评论(0) 推荐(0) 编辑

Verilog设计中如何匹配变量的位宽?($clog2系统函数)

摘要: Verilog设计中如何匹配变量的位宽?($clog2系统函数) https://blog.csdn.net/wuzhikaidetb/article/details/121853295 阅读全文
posted @ 2024-07-24 11:12 taylorrrrrrrrrr 阅读(75) 评论(0) 推荐(0) 编辑

PGA开发技巧:Modelsim仿真.do文件详细解析 原创 -特权同学

摘要: https://blog.csdn.net/weixin_51236955/article/details/132620009 https://blog.csdn.net/weixin_41688854/article/details/121603089 阅读全文
posted @ 2024-07-22 13:58 taylorrrrrrrrrr 阅读(6) 评论(0) 推荐(0) 编辑