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

Subversion Repositories sata_controller_core

[/] [sata_controller_core/] [trunk/] [sata2_bus_v1_00_a/] [base_system/] [pcores/] [npi_core_v1_00_a/] [coregen/] [Makefile] - Rev 11

Compare with Previous | Blame | View Log

# This Makefile will generate the NGC files based on only the XCO files
# DO NOT Delete the XCO files!

FILES=rx_fifo.xco tx_fifo.xco npi_ila.xco npi_if_ila.xco npi_if_tx_ila.xco \

.SUFFIXES: .xco .ngc

.xco.ngc:
        coregen -p coregen.cgp -b $<

ALL: $(FILES:.xco=.ngc)


clean:
        rm -rf *~ *.txt *.ncf *.ise *.vho *.tcl *.log *.pdf *.xrpt
        rm -rf tmp xlnx_auto_0_xdb
        rm -rf *.gise *.xise *.asy *.cgc _xmsgs 

clean_ngc:
        rm -rf *.ngc

clean_cdc:
        rm -rf *.cdc

clean_vhd:
        rm -rf *.vhd

real_clean: clean clean_ngc clean_cdc clean_vhd

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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