首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
二分频
二分频
mac
2025-10-27
4
/
/
二分频的源模块
module
div2
(
input
wire clk
,
input
wire rst_n
,
output
reg clkout
)
;
always @
(
posedge clk
or
negedge rst_n
)
begin
if
(
rst_n
=
=
1
'b0)
clkout
转载请注明原文地址: https://mac.8miu.com/read-507928.html
最新回复
(
0
)