some ideas on FPGA design
摘要:
(1) judge odd or even by LSB of a vector, such as , A[3:0] = 4'b0010, A[0]=0 so A is an even num.B[3:0] =4'b0011, B[0]=1, so B is an odd num. (2) detect an even by compare pre- and current signal[代码](... 阅读全文
posted @ 2009-12-04 17:15 Homography Matrix 阅读(277) 评论(0) 推荐(2) 编辑