RISC-V_Verilog/tb/tb_alu.v

3 lines
49 B
Verilog

module tb_alu (S);
output [31:0] S;
endmodule