摘要: 一个很好的解释阻塞赋值与非阻塞赋值的例子 1 module bnbasm (/*AUTOARG*/ 2 // Outputs 3 q1, q2, 4 // Inputs 5 clk_osc 6 ) ; 7 input clk_osc; 8 output [7:0] q1,q2; 9 10 reg [ 阅读全文
posted @ 2017-09-05 16:53 yf869778412 阅读(283) 评论(0) 推荐(0) 编辑
摘要: // Quartus II Verilog Template// Simple Dual Port RAM with separate read/write addresses and// single read/write clock module simple_dual_port_ram_sin 阅读全文
posted @ 2017-09-05 08:49 yf869778412 阅读(277) 评论(0) 推荐(0) 编辑