From b623b638fe1a0189416892415a1728839768539e Mon Sep 17 00:00:00 2001 From: dianshi Date: Wed, 5 Jan 2022 21:03:04 +0000 Subject: Added ALU --- alu/v0.1/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 alu/v0.1/Makefile (limited to 'alu/v0.1/Makefile') diff --git a/alu/v0.1/Makefile b/alu/v0.1/Makefile new file mode 100644 index 0000000..0459ab3 --- /dev/null +++ b/alu/v0.1/Makefile @@ -0,0 +1,9 @@ +make: + iverilog -g2005-sv -o alu alu.v + iverilog -g2005-sv -o test_alu testbench_alu.v alu.v + +test: + vvp test_alu + +wave: + gtkwave test_alu.vcd -- cgit v1.2.3