Makefile 921 Bytes
############################
# 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 ..