Add: Makefile

This commit is contained in:
brice.boisson
2023-10-11 17:43:36 +09:00
parent 83286df734
commit 0e72c3a2e6
6 changed files with 65 additions and 0 deletions

3
tb/tb_alu.v Normal file
View File

@@ -0,0 +1,3 @@
module tb_alu (S);
output [31:0] S;
endmodule