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/] [sata_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_tx_fifo.xco read_write_fifo.xco user_fifo.xco cmd_layer_ila.xco sata_rx_frame_ila.xco sata_tx_frame_ila.xco user_logic_ila.xco sata_phy_ila.xco oob_control_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.