2021-06-20

1‘;实验原理;利用Quertus和modues进行联合仿真

2;实验代码
module Latch_Rbar_CA (

output q_out,

input data_in, enable,rst_b
);

assign q_out =!(rst_b==1’b0)?0: enable? data_in : q_out;
endmodule

****3’实验截图
2021-06-20

2021-06-20

2021-06-20

2021-06-20
4实验网址转自哔哩哔哩;

5实验视频网址;【仿真设计-哔哩哔哩】https://b23.tv/1qipJm

上一篇:2021,shell脚本手机微信8.0,微信运动,自动点赞小伙伴的一些总结


下一篇:c# 线程的几种实现方式