From 1d253c14f83bac8b6f4888463ef1d241229918b9 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 5 Jul 2004 21:02:41 +0000 Subject: Add dinotrace, a mature signal waveform viewer used to debug digital design simulations. PR: ports/68688 Submitted by: Joachim Strombergson --- cad/dinotrace/Makefile | 24 ++++++++++++++++++++++++ cad/dinotrace/distinfo | 2 ++ cad/dinotrace/pkg-descr | 10 ++++++++++ 3 files changed, 36 insertions(+) create mode 100644 cad/dinotrace/Makefile create mode 100644 cad/dinotrace/distinfo create mode 100644 cad/dinotrace/pkg-descr (limited to 'cad/dinotrace') diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile new file mode 100644 index 000000000000..fe562332601a --- /dev/null +++ b/cad/dinotrace/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: dinotrace +# Date created: July 05, 2004 +# Whom: Joachim Strombergson +# +# $FreeBSD$ +# + +PORTNAME= dinotrace +PORTVERSION= 9.1 +CATEGORIES= cad +MASTER_SITES= http://www.veripool.com/ftp/ +DISTNAME= dinotrace-9.1m + +MAINTAINER= watchman@ludd.luth.se +COMMENT= A gaphical signal trace waveform viewer. + +GNU_CONFIGURE= yes +USE_MOTIF= yes +USE_X_PREFIX= yes + +INFO= dinotrace +PLIST_FILES= bin/dinotrace + +.include diff --git a/cad/dinotrace/distinfo b/cad/dinotrace/distinfo new file mode 100644 index 000000000000..7d04b733abbb --- /dev/null +++ b/cad/dinotrace/distinfo @@ -0,0 +1,2 @@ +MD5 (dinotrace-9.1m.tar.gz) = 3cede2a13ae9e89254cb8f53db541b8c +SIZE (dinotrace-9.1m.tar.gz) = 1825189 diff --git a/cad/dinotrace/pkg-descr b/cad/dinotrace/pkg-descr new file mode 100644 index 000000000000..18007e49ecfa --- /dev/null +++ b/cad/dinotrace/pkg-descr @@ -0,0 +1,10 @@ +Dinotrace is a signal waveform tracing tool that supports traces in the form of +Verilog Value Change Dump (VCD), ASCII, Verilator, Tempest CCLI, COSMOS, Chango +and Decsim Binary. Dinotrace is also equipped with an interface to GNU Emacs. + +Dinotrace was conceived in the early 1980's by Allen Gallotta at Digital +Equipment Corporation, who wrote the code and supported it through version 4.2. +When created, it was the first graphical display tool for the simulators being +designed at Digital. + +WWW: http://www.veripool.com/dinotrace/ -- cgit v1.2.3