摘要:
阅读全文
posted @ 2022-04-27 20:15
刘小颜
阅读(134)
评论(0)
推荐(0)
摘要:
判断准则: 首先看输入信号和输出信号是同步还是异步 同步:看输入信号0- 异步:看输入信号0+ 实验测试: 1.异步 always@(posedge clk or negedge rst_n) 1.1组合逻辑、时序逻辑 module test_01 ( input clk, input rst_n, 阅读全文
posted @ 2022-04-27 20:15
刘小颜
阅读(68)
评论(0)
推荐(0)