limanjihe

导航

2018年10月19日 #

`define、parameter、localparam三者的区别(转)

摘要: `define: 可以跨模块的定义,写在模块名称上面,在整个设计工程都有效。一旦‘define指令被编译,其在整个编译过程中都有效。例如,通过另一个文件中的`define指令,定义的常量可以被其他文件中被调用。直到遇到 ‘undef; `define data 8’d14 使用时则为 `data p 阅读全文

posted @ 2018-10-19 15:31 limanjihe 阅读(410) 评论(0) 推荐(0) 编辑

IIC协议解释(转)

摘要: IIC协议解释 推荐资源: http://m.elecfans.com/article/574049.html and https://blog.csdn.net/firefly_cjd/article/details/51921129 (动态图讲解) (1)概述 I2C(Inter-Integra 阅读全文

posted @ 2018-10-19 15:24 limanjihe 阅读(1064) 评论(0) 推荐(0) 编辑

FPGA构造spi时序——AD7176为例(转)

摘要: reference:https://blog.csdn.net/fzhykx/article/details/79490330 项目中用到了一种常见的低速接口(spi),于是整理了一下关于spi相关的知识,与AD采样的芯片7176通信的协议为spi reference:https://blog.cs 阅读全文

posted @ 2018-10-19 09:44 limanjihe 阅读(2447) 评论(0) 推荐(2) 编辑

EMIF接口与FPGA的互联(转)

摘要: reference: https://blog.csdn.net/ruby97/article/details/7539151 DSP6455的EMIFA模块 之前介绍了DSP6455的GPIO和中断部分。今天,继续介绍EMIFA模块。 关于C6000系列的GPIO,请参考:C6000系列DSP的G 阅读全文

posted @ 2018-10-19 01:43 limanjihe 阅读(20705) 评论(0) 推荐(1) 编辑

Tsi721信号及处理(转)

摘要: reference: https://blog.csdn.net/shanghaiqianlun/article/details/50545581 reference: https://blog.csdn.net/shanghaiqianlun/article/details/50545581 re 阅读全文

posted @ 2018-10-19 01:32 limanjihe 阅读(3002) 评论(0) 推荐(0) 编辑