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