Makefile
800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# 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