1. 首页
  2. 移动开发
  3. 其他
  4. 多功能数字钟 EDA

多功能数字钟 EDA

上传者: 2020-08-06 01:06:23上传 DOC文件 41KB 热度 13次
4位数字频率计控制模块 module fre_ctrl(clk,rst,count_en,count_clr,load); input clk,rst; output count_en,count_clr,load; reg count_en,load; always @(posedge clk) begin if(rst) begin count_en
下载地址
用户评论