自觉溪流

文章
3
资源
0
加入时间
3年0月21天

verilog利用选择器和D触发器搭建移位寄存器

题目:Consider the n-bit shift register circuit shown below:Write a top-level Verilog module (named top_module) for the shift register, assuming that n = 4. Instantiate four copies of your MUXDFF subcircuit in your top-level module. Assume that you are