資源簡介
module test_hdb3(reset_all,data_in,clk_2m,tdp,out,tdn,select_pn);
input reset_all;
input data_in;
input clk_2m;
output tdp;
output tdn;
output out;
output select_pn;
reg data_in_buff;
always@(negedge reset_all or posedge clk_2m)
begin
if(!reset_all)
代碼片段和文件信息
- 上一篇:Visio 2010*64位簡體中文專業版地址
- 下一篇:net 自帶打印控件
評論
共有 條評論