summaryrefslogtreecommitdiff
path: root/and/v0.1/Makefile
blob: c34888fbf32032fa995ef2b1bd30e35a37230d38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
make:
	iverilog -g2005-sv -o and and.v
	iverilog -g2005-sv -o and8 and8.v
	iverilog -g2005-sv -o test_and testbench.v and.v and8.v 
	iverilog -g2005-sv -o test_and8 testbench_and8.v and8.v 
test:
	vvp test_and8

test_and:
	vvp test_and

wave:
	gtkwave test_and8.vcd