发布网友 发布时间:2022-04-20 22:21
我来回答
共2个回答
热心网友 时间:2023-05-11 09:47
OK 用Verilog设计用D触发器构成的四位移位寄存器我整理好发送你。
if(direction==0) a<= a<<4;else a<= a>>4;