Makefile
921 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
41
42
43
44
45
46
47
############################
# block variable definitions
BLOCK = rcp
EDIF_SRC = $(RCP_ROOT)/syn/rcp.edf
###################
# default target
netlist: rcp.nls
nle:
cp2seg rcp_toppads
cp2seg rcp_bottompads
cp2seg rcp_leftpads
cp2seg rcp_rightpads
cp2seg rcp_brcpads
cp2seg rcp_lbcpads
cp2seg rcp_ltcpads
cp2seg rcp_rtcpads
cp2seg rcp_sc
cp2seg rcp
seg2nle rcp
###################
# standard makefile
include /ecad/reality/include/Makefile.par.incl
check_blocks:
cd bl_logic; make -n; cd ..
cd cc_logic; make -n; cd ..
cd cs_ew_cv; make -n; cd ..
cd data_unit; make -n; cd ..
cd div; make -n; cd ..
cd if_logic; make -n; cd ..
cd io_ri; make -n; cd ..
cd iu; make -n; cd ..
cd memspan; make -n; cd ..
cd pi; make -n; cd ..
cd syn_clk_buf; make -n; cd ..
cd tc_logic; make -n; cd ..
cd tst; make -n; cd ..
cd tm_tf; make -n; cd ..
cd vclk_driver; make -n; cd ..
cd vi; make -n; cd ..