摘要: module Baud # ( parameter BPS_PARA = 1250 //12MHz时钟时参数1250对应9600的波特率,12000000/9600 ) ( input clk, //系统时钟 input rst_n, //系统复位,低有效 input bps_en, //接收或发送 阅读全文
posted @ 2022-09-29 08:54 多多和羊羊 阅读(95) 评论(0) 推荐(0)