all: syn_54sxa layout_54sxa syn_54sxa: -rm -rf NETLIST/* actel_54sxa/top.edf -rm -rf REPORTS/*.txt $(SPECTRUM) -file compile_54sxa.tcl > REPORTS/compile.txt cp NETLIST/top.edf actel_54sxa cat REPORTS/rt_top.txt -grep -i "warning" REPORTS/compile.txt | cat -grep -i "error" REPORTS/compile.txt | cat layout_54sxa: -rm -rf ./actel_54sxa/powerDB*.vhd ./actel_54sxa/powerDB*.sdf $(DESIGNER) SCRIPT:powerDB.tcl SCRIPT_DIR:actel_54sxa clean: -rm -rf NETLIST/* REPORTS/*.txt -rm -rf actel_54sxa/top.edf actel_54sxa/powerDB*.vhd actel_54sxa/powerDB*.sdf actel_54sxa/report_*.txt actel_54sxa/powerDB.afm actel_54sxa/powerDB.prb actel_54sxa/powerDB.vnm $(MAKE) -C SIM clean zip: ./zipall #.PHONY : all syn_54sxa layout_54sxa clean zip