summaryrefslogtreecommitdiff
path: root/alu/v0.1/Makefile
blob: 0459ab3f8251a5a0f3271bb6212ba66ba062488b (plain) (blame)
1
2
3
4
5
6
7
8
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