Makefile 447 Bytes
# Makefile for su
#

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

# top level netlist
su.syn: suctl.syn sudp.dpl
	make BLOCK="su" VSRCS="su.v" syn

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

# su datapath
sudp.dpl:
	make BLOCK="sudp" DPSRC="sudpschem.la" dpl