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

Subversion Repositories wb2axip

[/] [wb2axip/] [trunk/] [Makefile] - Diff between revs 3 and 16

Show entire file | Details | Blame | View Log

Rev 3 Rev 16
Line 32... Line 32...
##
##
################################################################################
################################################################################
##
##
##
##
.PHONY: all
.PHONY: all
all:    archive rtl bench
all:    archive rtl formal
# 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 56... Line 56...
 
 
.PHONY: bench
.PHONY: bench
bench: rtl
bench: rtl
        cd bench/cpp ; $(MAKE) --no-print-directory
        cd bench/cpp ; $(MAKE) --no-print-directory
 
 
 
.PHONY: formal
 
formal:
 
        $(MAKE) --no-print-directory -C bench/formal
 
 
.PHONY: doc
.PHONY: doc
doc:
doc:
        cd doc ; $(MAKE) --no-print-directory
        cd doc ; $(MAKE) --no-print-directory
 
 
 
 

powered by: WebSVN 2.1.0

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