aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp2/top/u1e/make.sim
blob: 1c163884cb202e5bbd5276a3b0eb1cb817b7763d (plain)
1
2
3
4
5
6
7
all: sim

sim:	
	iverilog -Wimplicit -Wportbind -c cmdfile tb_u1e.v -o tb_u1e

clean:
	rm -f tb_u1e *.vcd *.lxt a.out