From 2cbdc8a905d6b4fac757ae6a33f75548b16f10e7 Mon Sep 17 00:00:00 2001 From: dianshi Date: Tue, 25 Jan 2022 21:37:30 +0000 Subject: Add alu_control version v0.1 --- alu_control/v0.1/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 alu_control/v0.1/Makefile (limited to 'alu_control/v0.1/Makefile') diff --git a/alu_control/v0.1/Makefile b/alu_control/v0.1/Makefile new file mode 100644 index 0000000..ce574d3 --- /dev/null +++ b/alu_control/v0.1/Makefile @@ -0,0 +1,9 @@ +make: + iverilog -g2005-sv -o alu_control alu_control.v + iverilog -g2005-sv -o test_alu_control test_alu_control.v alu_control.v + +test: + vvp test_alu_control + +wave: + gtkwave test_alu_control.vcd -- cgit v1.2.3