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

Subversion Repositories openarty

[/] [openarty/] [trunk/] [Makefile] - Diff between revs 5 and 7

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

Rev 5 Rev 7
Line 31... Line 31...
##
##
################################################################################
################################################################################
##
##
##
##
.PHONY: all
.PHONY: all
all:    archive datestamp
all:    archive datestamp rtl bench
# all:  verilated sw bench bit
# all:  verilated sw bench bit
#
#
# Could also depend upon load, if desired, but not necessary
# Could also depend upon load, if desired, but not necessary
BENCH := `find bench -name Makefile` `find bench -name "*.cpp"` `find bench -name "*.h"`
BENCH := `find bench -name Makefile` `find bench -name "*.cpp"` `find bench -name "*.h"`
RTL   := `find rtl -name "*.v"` `find rtl -name Makefile`
RTL   := `find rtl -name "*.v"` `find rtl -name Makefile`
Line 64... Line 64...
        cd rtl ; $(MAKE) --no-print-directory
        cd rtl ; $(MAKE) --no-print-directory
 
 
.PHONY: rtl
.PHONY: rtl
rtl: verilated
rtl: verilated
 
 
# .PHONY: bench
.PHONY: bench
# bench:
bench: rtl
#       cd bench ; $(MAKE) --no-print-directory
        cd bench/cpp ; $(MAKE) --no-print-directory
 
 
# .PHONY: sw
.PHONY: sw
# sw:
sw:
#       cd sw ; $(MAKE) --no-print-directory
        cd sw ; $(MAKE) --no-print-directory
 
 
# .PHONY: bit
# .PHONY: bit
# bit:
# bit:
#       cd xilinx ; $(MAKE) --no-print-directory xula.bit
#       cd xilinx ; $(MAKE) --no-print-directory xula.bit
 
 

powered by: WebSVN 2.1.0

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