# 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 # ##################################################### CV_SRCS = "cvmask.v \ cvoffset.v \ cvvalue.v \ cvg.v \ cvcomp10b.v" ################################################ # targets # ################################################ cvg.syn: make BLOCK="cvg" VSRCS=$(CV_SRCS) syn cvg.sch: cvg.syn make BLOCK="cvg" sch cvg.apr: cvg.syn make BLOCK="cvg" apr