verilog array的相關文章
verilog array的相關商品

verilog code for SISO and testbench | VLSI For You
瀏覽:1371
日期:2025-04-24
SISO module sisomod(clk,clear,si,so); input clk,si,clear; output so; reg so; reg [3:0] tmp; always @(posedge clk ) begin if (clear) tmp...看更多