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

Subversion Repositories s6soc

[/] [s6soc/] [trunk/] [Makefile] - Diff between revs 11 and 34

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

Rev 11 Rev 34
Line 42... Line 42...
# 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"`
BENCH :=
BENCH :=
RTL   := `find rtl -name "*.v"` `find rtl -name Makefile`
RTL   := `find rtl -name "*.v"` `find rtl -name Makefile`
NOTES := `find . -name "*.txt"` `find . -name "*.html"`
NOTES := `find . -name "*.txt"` `find . -name "*.html"`
SW    := `find sw -name "*.cpp"` `find sw -name "*.h"`  \
SW    := `find sw -name "*.cpp"` `find sw -name "*.h"`  \
        `find sw -name "*.sh"` `find sw -name "*.py"`   \
        `find sw -name "*.c"` `find sw -name "*.sh"`    \
        `find sw -name "*.pl"` `find sw -name Makefile`
        `find sw -name "*.pl"` `find sw -name Makefile`
# PROJ  := xilinx/xula.prj xilinx/xula.xise xilinx/xula.xst     \
# PROJ  := xilinx/xula.prj xilinx/xula.xise xilinx/xula.xst     \
#       xilinx/xula.ut xilinx/Makefile
#       xilinx/xula.ut xilinx/Makefile
PROJ    :=
PROJ    :=
BIN     := `find xilinx -name "*.bit"`
BIN     := `find xilinx -name "*.bit"`

powered by: WebSVN 2.1.0

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