松树col
松树col
全部文章
分类
题解(4)
归档
标签
去牛客网
登录
/
注册
松树col的博客
全部文章
(共1篇)
题解 | #边沿检测#
看了其他的题解发现没人用全等号(===)来做的,我来写一个题解,答案如下: `timescale 1ns/1ns module edge_detect( input clk, input rst_n, input a, output reg rise, output reg down ...
veriolg
2022-04-02
15
870