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

Subversion Repositories t48

[/] [t48/] [tags/] [rel_0_3_beta/] [sim/] [rtl_sim/] [Makefile.ghdl] - Diff between revs 79 and 93

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

Rev 79 Rev 93
Line 9... Line 9...
#
#
# All rights reserved
# All rights reserved
#
#
##############################################################################
##############################################################################
 
 
 
# Generate diagnosis files for line coverage
 
#GCOV = -Wc,-ftest-coverage -Wc,-fprofile-arcs
 
GCOV =
 
 
 
 
LIB_WORK  = ghdl-work
LIB_WORK  = ghdl-work
 
 
CLEAN     = ghdl --clean --std=87 --workdir=$(LIB_WORK); rm -f tb_*_c0
CLEAN     = ghdl --clean --std=87 --workdir=$(LIB_WORK); rm -f tb_*_c0 *.bb *.bbg *.da *.gcov
 
 
ANALYZE   = ghdl -a --std=87 --workdir=$(LIB_WORK)
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)
 
 
MAKE_LIB  = mkdir -p $(LIB_WORK)
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.