Makefile
618 Bytes
# Makefile for Compass standard cell blocks
#
# Created by Matthew Rohm 6/3/94
#
include /ecad/reality/include/Makefile.sc.incl
#####################################################
# Verilog source definitions #
#####################################################
CS_SRCS = "cs.v \
csclk.v \
csgclk.v \
csdecode.v \
csfiforptr.v \
csshuffle.v"
################################################
# targets #
################################################
cs.syn:
make BLOCK="cs" VSRCS=$(CS_SRCS) syn
cs.apr: cs.syn
make BLOCK="cs" apr