pkgsrc/cad/covered/Makefile
dmcmahill f9063fe8b1 update to covered-0.3
Changes since the last stable release:

  - User-specified FSM code coverage.  By using command-line options or inline code specified
    by the user, FSM code coverage can be extracted from the design.  This does not include
    the ability to automatically extract FSMs from the design (an ability that will be added
    in future stable releases).
  - Enhanced performance of the score command.  A 3x - 5x speedup in the running time of the
    score command on the design should be expected with this release over past stable releases.
  - Enhanced readability of coverage reports.  The coverage report look has been overhauled to
    produce a much more readable/understandable coverage report.
  - Several bug-fixes have been made, including coverage number calculation bugs.
  - Development and user documentation updates.
  - Enhanced regression suite.
2004-11-27 15:04:02 +00:00

35 lines
860 B
Makefile

# $NetBSD: Makefile,v 1.6 2004/11/27 15:04:02 dmcmahill Exp $
#
DISTNAME= covered-0.3
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=covered/}
MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= http://covered.sourceforge.net/
COMMENT= Verilog code coverage analyzer (stable release version)
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
DEPENDS+= verilog{,-current}-[0-9]*:../../cad/verilog
CONFLICTS+= covered-current-[0-9]*
USE_PERL5= YES
REPLACE_PERL= diags/verilog/check_test
GNU_CONFIGURE= YES
USE_GNU_TOOLS+= make
TEST_DIRS= ${WRKSRC}/diags/regress
TEST_TARGET= iverilog
post-patch:
${CHMOD} 755 ${WRKSRC}/missing
pre-install:
${INSTALL_PROGRAM_DIR} ${PREFIX}/bin
${INSTALL_MAN_DIR} ${PREFIX}/man/man1
.include "../../devel/gperf/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"