基于FPGA的HDB3码编码

时间:2013-03-22 06:24:51
【文件属性】:

文件名称:基于FPGA的HDB3码编码

文件大小:5KB

文件格式:NONE

更新时间:2013-03-22 06:24:51

FPGA HDB3

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)


网友评论

  • 谢谢分享,毕设很有用
  • 个人水平有限,没怎么看懂