Makefile 800 Bytes
# Makefile for Compass standard cell blocks
#
# Created by Matthew Rohm    6/3/94
#

include /ecad/reality/include/Makefile.sc.incl

#####################################################
#  Verilog source definitions                       #
#####################################################

EW_SRCS =	"ew.v \
		ewctr.v \
		ewatt.v \
		ewrf32b18w.v \
                ew32blatch.v \
		ewattadder.v \
		adder16b.v \
		ewshuffle.v \
		ewattoffset.v \
		ewattseldxdy.v \
		ewx.v \
		adder27b.v \
		ewscy.v \
		ewscyinc14b.v \
		ewscx.v \
		ewaddr.v \
		adder26b.v "


################################################
#  targets                                     #
################################################

ew.syn:
	make BLOCK="ew" VSRCS=$(EW_SRCS) syn

ew.apr: ew.syn
	make BLOCK="ew" apr