Makefile
663 Bytes
# Makefile for Compass standard cell blocks
#
# Created by Matthew Rohm 6/3/94
#
include /hosts/sonya/usr/ecad/reality/include/Makefile.sc.incl
#####################################################
# Verilog source definitions #
#####################################################
ST_SRCS = "adder32b.v \
adder21b.v \
strgba.v \
ststwl.v \
stz.v \
strgbaoffset.v \
stzoffset.v \
st.v"
################################################
# targets #
################################################
st.syn:
make BLOCK="st" VSRCS=$(ST_SRCS) syn
st.apr: st.syn
make BLOCK="st" apr