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

Subversion Repositories System09

[/] [System09/] [branches/] [mkfiles_rev1/] [rtl/] [System09_Xess_XSA-3S1000/] [Makefile] - Diff between revs 52 and 53

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

Rev 52 Rev 53
Line 88... Line 88...
usbxsload: roms usbxsload.bit
usbxsload: roms usbxsload.bit
        @$(ECHO)
        @$(ECHO)
        @$(ECHO) "======= Downloading bitstream to XSA-3S1000 using XSLOAD (USB) ======"
        @$(ECHO) "======= Downloading bitstream to XSA-3S1000 using XSLOAD (USB) ======"
        $(XSLOAD) -usb 0 -b xsa-3s1000 -fpga usbxsload.bit
        $(XSLOAD) -usb 0 -b xsa-3s1000 -fpga usbxsload.bit
 
 
 
.PHONY: usbflash0
 
usbflash0: roms prom $(DESIGN_NAME).bit
 
        $(XSLOAD) -usb 0 -b xsa-3s1000 -flash $(DESIGN_NAME).mcs
 
 
.PHONY: help
.PHONY: help
help:
help:
        @$(ECHO) "Use this Makefile to regenerate the entire System09 bitstream"
        @$(ECHO) "Use this Makefile to regenerate the entire System09 bitstream"
        @$(ECHO) "after modifying any of the source RTL or 6809 assembler code."
        @$(ECHO) "after modifying any of the source RTL or 6809 assembler code."
        @$(ECHO) ""
        @$(ECHO) ""
Line 109... Line 113...
        @$(ECHO) "    prom      - Rebuild the entire system and generate an MCS prom file"
        @$(ECHO) "    prom      - Rebuild the entire system and generate an MCS prom file"
        @$(ECHO) "    exo       - Rebuild the entire system and generate an EXO prom file"
        @$(ECHO) "    exo       - Rebuild the entire system and generate an EXO prom file"
        @$(ECHO)
        @$(ECHO)
        @$(ECHO) "  For downloading the bitstream to the board:"
        @$(ECHO) "  For downloading the bitstream to the board:"
        @$(ECHO) "    xsload    - Download the bitstream to the FPGA via XSLOAD"
        @$(ECHO) "    xsload    - Download the bitstream to the FPGA via XSLOAD"
        @$(ECHO) "    usbxsload - Download the bitstream to the FPGA via XSLOAD"
        @$(ECHO) "    usbxsload - Download the bitstream to the FPGA via usbXSLOAD"
 
        @$(ECHO) "    usbflash0 - Download the bitstream Flash slot 0 via usbXSLOAD"
        @$(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"

powered by: WebSVN 2.1.0

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