Makefile 454 Bytes
# Makefile for vu
#

#####################################################
#  Include the generic Makefile                     #
#####################################################
include /ecad/reality/include/Makefile.incl

# vu top level netlist
vu.syn: vuctl.syn vudp.dpl
	make BLOCK="vu" VSRCS="vu.v" syn

# vu control logic
vuctl.syn:
	make BLOCK="vuctl" VSRCS="vuctl.v" syn

# vu datapath
vudp.dpl:
	make BLOCK="vudp" DPSRC="vudatapath.la" dpl