首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
模10计数器
模10计数器
mac
2024-02-01
33
/
/
模
10
计数器
module
ex_cnt
(
input
wire sclk
,
/
/
sclk一般指系统时钟
input
wire rst_n
,
output
reg [
3
:
0
] cnt
)
;
always @
(
posedge sclk
or
negedge rst_n
)
begin
if
转载请注明原文地址: https://mac.8miu.com/read-484640.html
最新回复
(
0
)