3 lines
49 B
Verilog
3 lines
49 B
Verilog
module tb_alu (S);
|
|
output [31:0] S;
|
|
endmodule |
module tb_alu (S);
|
|
output [31:0] S;
|
|
endmodule |