摘要: bilinear interpolation -------------------------------------------------------- input a0 a1 b0 b1 ---------------------------------------------------- 阅读全文
posted @ 2016-02-18 21:55 pengdada 阅读(886) 评论(0) 推荐(0) 编辑
摘要: ///////////////////////////////////////////////////////////////////////////////// module vlg_add(input clk,output [7:0]a,output [7:0]b,output [7:0]c,o 阅读全文
posted @ 2016-02-12 10:14 pengdada 阅读(170) 评论(0) 推荐(0) 编辑
摘要: How & Why use Gray Code A gray counter is a binary counter where only one bit changes at a time. Gray code is mostly used to send values across clock 阅读全文
posted @ 2016-02-05 11:17 pengdada 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 概述: I²C 是Inter-Integrated Circuit的缩写,发音为"eye-squared cee" or "eye-two-cee" , 它是一种两线接口。 I²C 只是用两条双向的线,一条 Serial Data Line (SDA) ,另一条Serial Clock (SCL)。 阅读全文
posted @ 2016-02-04 12:57 pengdada 阅读(783) 评论(0) 推荐(0) 编辑
摘要: 1, FPGA device, using three 18bit x 18 bit multiplier to implement 32bit float multiplier 2, comparing to Altera float multiplyer IP (1) just half of 阅读全文
posted @ 2016-02-04 09:16 pengdada 阅读(604) 评论(0) 推荐(0) 编辑