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

Subversion Repositories t48

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 115 to Rev 116
    Reverse comparison

Rev 115 → Rev 116

/trunk/sim/rtl_sim/Makefile.ghdl
15,14 → 15,18
#GCOV = -Wc,-ftest-coverage -Wc,-fprofile-arcs
GCOV =
 
# In case elaborating/linking throws error messages about undefined references
#GCOV_LINK = -Wl,-lgcov
GCOV_LINK =
 
LIB_WORK = ghdl-work
 
CLEAN = ghdl --clean --std=87 --workdir=$(LIB_WORK); rm -f tb_*_c0 *.bb *.bbg *.da *.gcov
CLEAN = ghdl --clean --std=87 --workdir=$(LIB_WORK); \
rm -f tb_*_c0 *.gcno *.gcda *.gcov UNUSED
 
ANALYZE = ghdl -a --std=87 --workdir=$(LIB_WORK) $(GCOV)
 
ELABORATE = ghdl -e --std=87 --workdir=$(LIB_WORK)
ELABORATE = ghdl -e --std=87 --workdir=$(LIB_WORK) $(GCOV_LINK)
 
MAKE_LIB = mkdir -p $(LIB_WORK)
 

powered by: WebSVN 2.1.0

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