摘要: module DAC081S101_driver ( input clk, input rst_n, output reg dac_done,//DAC采样完成标志 input [7:0] dac_data,//DAC采样数据 output reg dac_sync,//SPI总线CS output 阅读全文
posted @ 2022-09-16 22:05 xiaoberber 阅读(131) 评论(0) 推荐(0) 编辑
摘要: module Segment_scan ( input clk, input rst_n, input [3:0] dat_1, //SEG1 显示的数据输入,左边第一个数码管 input [3:0] dat_2, input [3:0] dat_3, input [3:0] dat_4, inpu 阅读全文
posted @ 2022-09-16 11:17 xiaoberber 阅读(139) 评论(0) 推荐(0) 编辑