OpenCores
URL https://opencores.org/ocsvn/System09/System09/trunk

Subversion Repositories System09

[/] [System09/] [trunk/] [rtl/] [System09_Xess_XSA-3S1000/] [Makefile] - Diff between revs 69 and 84

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 69 Rev 84
Line 44... Line 44...
FAMILY      := spartan3
FAMILY      := spartan3
 
 
# List of ROM VHDL files
# List of ROM VHDL files
.PHONY: roms
.PHONY: roms
roms:
roms:
 
        @$(MAKE) -C ../../Tools/as09
 
        @$(MAKE) -C ../../Tools/s19tovhd
        @$(MAKE) -C ../../src/sys09bug sys09xes.vhd
        @$(MAKE) -C ../../src/sys09bug sys09xes.vhd
        @$(MAKE) -C ../../src/Flex9 flex9ide.vhd
        @$(MAKE) -C ../../src/Flex9 flex9ide.vhd
 
 
#===================================================================
#===================================================================
# You should not need to edit anything below this line
# You should not need to edit anything below this line
Line 125... Line 127...
        @$(ECHO) "    impact    - Download the bitstream to the FPGA via iMPACT"
        @$(ECHO) "    impact    - Download the bitstream to the FPGA via iMPACT"
        @$(ECHO)
        @$(ECHO)
        @$(ECHO) "  For project maintenance:"
        @$(ECHO) "  For project maintenance:"
        @$(ECHO) "    help      - Print this help text"
        @$(ECHO) "    help      - Print this help text"
        @$(ECHO) "    clean     - Clean up the ISE files"
        @$(ECHO) "    clean     - Clean up the ISE files"
 
        @$(ECHO) "    cleanall  - Clean up the ISE files and the Tools directories"
        @$(ECHO) ""
        @$(ECHO) ""
 
 
.PHONY: clean
.PHONY: clean
clean:
clean:
        -$(MAKE) -C ../../src/sys09bug clean
        -$(MAKE) -C ../../src/sys09bug clean
Line 138... Line 141...
        -$(RM) *.cmd_log *.ngr *.bld *_summary.html *.nc1 *.pcf *.bgn
        -$(RM) *.cmd_log *.ngr *.bld *_summary.html *.nc1 *.pcf *.bgn
        -$(RM) *.pad *.placed_ncd_tracker *.routed_ncd_tracker *_pad.csv *.drc
        -$(RM) *.pad *.placed_ncd_tracker *.routed_ncd_tracker *_pad.csv *.drc
        -$(RM) *.pad_txt $(DESIGN_NAME)_impact.cmd *.unroutes
        -$(RM) *.pad_txt $(DESIGN_NAME)_impact.cmd *.unroutes
        -$(RMDIR) _ngo _xmsgs
        -$(RMDIR) _ngo _xmsgs
 
 
 
.PHONY: cleanall
 
cleanall: clean
 
        -$(MAKE) -C ../../Tools/as09 clean
 
        -$(MAKE) -C ../../Tools/s19tovhd clean
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.