diff options
Diffstat (limited to 'cad/scv')
-rw-r--r-- | cad/scv/Makefile | 38 | ||||
-rw-r--r-- | cad/scv/distinfo | 2 | ||||
-rw-r--r-- | cad/scv/files/patch-Makefile.in | 12 | ||||
-rw-r--r-- | cad/scv/files/patch-configure | 49 | ||||
-rw-r--r-- | cad/scv/files/patch-scripts-Makefile.in | 20 | ||||
-rw-r--r-- | cad/scv/files/patch-scripts-copyExamples.sh | 26 | ||||
-rw-r--r-- | cad/scv/files/patch-scripts-copyFiles.sh.in | 11 | ||||
-rw-r--r-- | cad/scv/files/patch-src-scv-scv_init_seed.cpp | 11 | ||||
-rw-r--r-- | cad/scv/pkg-descr | 7 | ||||
-rw-r--r-- | cad/scv/pkg-plist | 229 |
10 files changed, 0 insertions, 405 deletions
diff --git a/cad/scv/Makefile b/cad/scv/Makefile deleted file mode 100644 index 78a63e54ddd5..000000000000 --- a/cad/scv/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# Created by: Peter Johnson -# $FreeBSD$ - -PORTNAME= scv -PORTVERSION= 1.0p2 -CATEGORIES= cad devel -MASTER_SITES= # you have to register and manually fetch -EXTRACT_SUFX= -sysc2.2.12jun06.tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= SystemC Verification library - -BUILD_DEPENDS= ${LOCALBASE}/systemc/lib-freebsd/libsystemc.a:${PORTSDIR}/cad/systemc -RUN_DEPENDS= ${LOCALBASE}/systemc/lib-freebsd/libsystemc.a:${PORTSDIR}/cad/systemc - -RESTRICTED= You have to register at http://www.systemc.org/account/register.php first - -USES= gmake -HAS_CONFIGURE= yes - -WRKSRC= ${WRKDIR}/scv-1.0p2-sysc2.2 -CONFIGURE_SCRIPT= ../configure -CONFIGURE_ARGS= --with-systemc=${LOCALBASE}/systemc ${CONFIGURE_TARGET} -CONFIGURE_WRKSRC= ${WRKSRC}/objdir -BUILD_WRKSRC= ${WRKSRC}/objdir -INSTALL_WRKSRC= ${WRKSRC}/objdir - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= is restricted. You have to register at http://www.systemc.org/account/register.php and download ${DISTFILES} from there first. Then put ${DISTFILES} into ${DISTDIR} and run make again -.endif - -pre-configure: - @${MKDIR} ${WRKSRC}/objdir - -.include <bsd.port.post.mk> diff --git a/cad/scv/distinfo b/cad/scv/distinfo deleted file mode 100644 index 732b6242ea0a..000000000000 --- a/cad/scv/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (scv-1.0p2-sysc2.2.12jun06.tgz) = e93ca7125ff8b3fa4db54d5996b387a13e45a3a6e6dab30246e50f7c5bf0efc0 -SIZE (scv-1.0p2-sysc2.2.12jun06.tgz) = 2266179 diff --git a/cad/scv/files/patch-Makefile.in b/cad/scv/files/patch-Makefile.in deleted file mode 100644 index ad5a65902ee8..000000000000 --- a/cad/scv/files/patch-Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.in.orig Sun Feb 12 16:36:40 2006 -+++ Makefile.in Tue Dec 19 09:12:09 2006 -@@ -483,8 +483,7 @@ -
- @actual_install@ : scv_config.h
- ${copyFiles} . ${includedir}/scv scv_config.h
-- for f in ${TEXTDOCS}; do cp ${srcdir}/$$f ${prefix}/$$f.scv; done
-- for f in ${TEXTDOCS}; do chmod u+w ${prefix}/$$f.scv; done
-+ for f in ${TEXTDOCS}; do ${INSTALL_DATA} ${srcdir}/$$f ${prefix}/$$f.scv; done -
- uninstall : uninstall-recursive
- for f in ${TEXTDOCS}; do rm -f ${prefix}/$$f.scv; done
diff --git a/cad/scv/files/patch-configure b/cad/scv/files/patch-configure deleted file mode 100644 index 5383e89ce150..000000000000 --- a/cad/scv/files/patch-configure +++ /dev/null @@ -1,49 +0,0 @@ ---- configure.orig Mon Jan 23 11:31:20 2006 -+++ configure Sat Dec 16 11:56:59 2006 -@@ -3647,7 +3647,7 @@ - echo "$as_me:$LINENO: checking \"for supported operating system\"" >&5 - echo $ECHO_N "checking \"for supported operating system\"... $ECHO_C" >&6 - case "$target_os" in --solaris2.5*|solaris2.6|solaris2.7|solaris2.8|hpux11*|linux-gnu) -+solaris2.5*|solaris2.6|solaris2.7|solaris2.8|hpux11*|linux-gnu|freebsd*) - echo "$as_me:$LINENO: result: $target_os is supported" >&5 - echo "${ECHO_T}$target_os is supported" >&6;; - *) -@@ -5604,10 +5604,6 @@ - #define _USE_PADDING_ON_STRUCTS - _ACEOF - -- cat >>confdefs.h <<\_ACEOF --#define _USE_HASH_MAP --_ACEOF -- - fi - - -@@ -5639,7 +5635,7 @@ - using namespace std; - #include <string> - #include <stdio.h> --#include <strstream.h> -+#include <sstream> - int main() - { - #define STRING_SIZE 100 -@@ -5651,7 +5647,7 @@ - exit(1); - } - -- ostrstream outString(buf, STRING_SIZE); -+ ostringstream outString; - outString << "hello world " << i; - if (strcmp(buf,"hello world 1") != 0) - { -@@ -5870,6 +5866,8 @@ - *linux*) - if test "$rh_gxx_prog" = "no"; then EXTRA_GNU_DIR="/gnu"; fi - SYSC_TARGET="linux";; -+ *freebsd*) -+ SYSC_TARGET="freebsd";; - *cygwin*) - SYSC_TARGET="cygwin";; - *hpux11*) diff --git a/cad/scv/files/patch-scripts-Makefile.in b/cad/scv/files/patch-scripts-Makefile.in deleted file mode 100644 index 8eec2ab0b320..000000000000 --- a/cad/scv/files/patch-scripts-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- scripts/Makefile.in.orig Mon Jan 23 11:31:10 2006 -+++ scripts/Makefile.in Sat Dec 16 11:32:28 2006 -@@ -243,7 +243,7 @@ - - create_copiers : - # create copyDir.sh -- echo "#!/bin/sh -h" >copyDir.sh -+ echo "#!/bin/sh" >copyDir.sh - echo "overwrite=${overwrite_files}" >>copyDir.sh - cat ${srcdir}/copyDir.sh.in >>copyDir.sh - # create copyExamples.sh -@@ -251,7 +251,7 @@ - cp ${srcdir}/copyExamples.sh .; \ - fi - # create copyFiles.sh -- echo "#!/bin/sh -h" >copyFiles.sh -+ echo "#!/bin/sh" >copyFiles.sh - echo "overwrite=${overwrite_files}" >>copyFiles.sh - cat ${srcdir}/copyFiles.sh.in >>copyFiles.sh - # set permissions diff --git a/cad/scv/files/patch-scripts-copyExamples.sh b/cad/scv/files/patch-scripts-copyExamples.sh deleted file mode 100644 index 8d80aeecfa30..000000000000 --- a/cad/scv/files/patch-scripts-copyExamples.sh +++ /dev/null @@ -1,26 +0,0 @@ ---- scripts/copyExamples.sh.orig Thu Aug 7 08:38:02 2003 -+++ scripts/copyExamples.sh Sat Dec 16 14:51:22 2006 -@@ -1,4 +1,4 @@ --#!/bin/sh -h -+#!/bin/sh - - # copyExamples.sh <srcdir> <dstdir> - -@@ -37,15 +37,13 @@ - for f in *[chp] *.v* *.tcl README; do - if test -r $f; then - rm -f $dstdir/$f -- cp $f $dstdir -- chmod u+w $dstdir/$f -+ install -m 644 $f $dstdir - fi - done - # only copy Makefile in leaf dirs - if test -r Makefile -a $isleaf = "yes"; then - rm -f $dstdir/Makefile -- cp Makefile $dstdir -- chmod u+w $dstdir/Makefile -+ install -m 644 Makefile $dstdir - fi - - fi diff --git a/cad/scv/files/patch-scripts-copyFiles.sh.in b/cad/scv/files/patch-scripts-copyFiles.sh.in deleted file mode 100644 index b9822ad8fe08..000000000000 --- a/cad/scv/files/patch-scripts-copyFiles.sh.in +++ /dev/null @@ -1,11 +0,0 @@ ---- scripts/copyFiles.sh.in.orig Thu Aug 7 08:38:02 2003 -+++ scripts/copyFiles.sh.in Sat Dec 16 14:51:43 2006 -@@ -7,7 +7,7 @@ - cmd="ln -s" - shift - else -- cmd="cp" -+ cmd="install -m 644" - fi - - srcdir=$1 diff --git a/cad/scv/files/patch-src-scv-scv_init_seed.cpp b/cad/scv/files/patch-src-scv-scv_init_seed.cpp deleted file mode 100644 index 068a00481316..000000000000 --- a/cad/scv/files/patch-src-scv-scv_init_seed.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/scv/scv_init_seed.cpp.orig Thu Aug 7 08:37:32 2003 -+++ src/scv/scv_init_seed.cpp Sat Dec 16 11:43:50 2006 -@@ -44,7 +44,7 @@ - - #include <string.h> - --#ifdef __linux__ -+#if defined(__linux__) || defined(__FreeBSD__) - # include <sys/time.h> - #else - #include <time.h> diff --git a/cad/scv/pkg-descr b/cad/scv/pkg-descr deleted file mode 100644 index fa46c1636d2a..000000000000 --- a/cad/scv/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The SystemC Verification (SCV) library is an extension library to SystemC -which adds advanced verification capabilities to SystemC, including -constrained randomization, complex constraint solvers, data-structure -creation, Transaction Level Modeling (TLM), concurrency, and dynamic -resource allocation management. - -WWW: http://www.systemc.org/ diff --git a/cad/scv/pkg-plist b/cad/scv/pkg-plist deleted file mode 100644 index 27697a535fde..000000000000 --- a/cad/scv/pkg-plist +++ /dev/null @@ -1,229 +0,0 @@ -systemc/AUTHORS.scv -systemc/COPYING.scv -systemc/INSTALL.scv -systemc/LICENSE.scv -systemc/NEWS.scv -systemc/README.scv -systemc/RELEASENOTES.scv -systemc/docs/scv/ChangeLog -systemc/docs/scv/LICENSE -systemc/docs/scv/README -systemc/docs/scv/date03a2.pdf -systemc/docs/scv/intro_slides.pdf -systemc/docs/scv/scv_random_white_paper4.pdf -systemc/docs/scv/scvref/vwg_1_0e.pdf -systemc/examples/scv/Makefile.rules -systemc/examples/scv/README -systemc/examples/scv/data_structures/scv_bag/Makefile -systemc/examples/scv/data_structures/scv_bag/README -systemc/examples/scv/data_structures/scv_bag/checktest.sh -systemc/examples/scv/data_structures/scv_bag/packet.h -systemc/examples/scv/data_structures/scv_bag/scv_bag.vcproj -systemc/examples/scv/data_structures/scv_bag/test.cc -systemc/examples/scv/data_structures/scv_bag/test_reg.cc -systemc/examples/scv/data_structures/scv_sparse_array/Makefile -systemc/examples/scv/data_structures/scv_sparse_array/README -systemc/examples/scv/data_structures/scv_sparse_array/checktest.sh -systemc/examples/scv/data_structures/scv_sparse_array/packet.h -systemc/examples/scv/data_structures/scv_sparse_array/scv_sparse_array.vcproj -systemc/examples/scv/data_structures/scv_sparse_array/test.cc -systemc/examples/scv/data_structures/scv_sparse_array/test_reg.cc -systemc/examples/scv/extensions/ex_01_userdata/Makefile -systemc/examples/scv/extensions/ex_01_userdata/README -systemc/examples/scv/extensions/ex_01_userdata/checktest.sh -systemc/examples/scv/extensions/ex_01_userdata/data.h -systemc/examples/scv/extensions/ex_01_userdata/data_ext.h -systemc/examples/scv/extensions/ex_01_userdata/ex_01_userdata.vcproj -systemc/examples/scv/extensions/ex_01_userdata/test.cc -systemc/examples/scv/extensions/ex_01_userdata/test_reg.cc -systemc/examples/scv/extensions/ex_02_enumdata/Makefile -systemc/examples/scv/extensions/ex_02_enumdata/README -systemc/examples/scv/extensions/ex_02_enumdata/checktest.sh -systemc/examples/scv/extensions/ex_02_enumdata/ex_02_enumdata.vcproj -systemc/examples/scv/extensions/ex_02_enumdata/state.h -systemc/examples/scv/extensions/ex_02_enumdata/state_ext.h -systemc/examples/scv/extensions/ex_02_enumdata/test.cc -systemc/examples/scv/extensions/ex_02_enumdata/test_reg.cc -systemc/examples/scv/extensions/ex_03_nestdata/Makefile -systemc/examples/scv/extensions/ex_03_nestdata/README -systemc/examples/scv/extensions/ex_03_nestdata/checktest.sh -systemc/examples/scv/extensions/ex_03_nestdata/ex_03_nestdata.vcproj -systemc/examples/scv/extensions/ex_03_nestdata/state.h -systemc/examples/scv/extensions/ex_03_nestdata/state_ext.h -systemc/examples/scv/extensions/ex_03_nestdata/test.cc -systemc/examples/scv/extensions/ex_03_nestdata/test_reg.cc -systemc/examples/scv/extensions/introspection1/Makefile -systemc/examples/scv/extensions/introspection1/README -systemc/examples/scv/extensions/introspection1/introspection1.vcproj -systemc/examples/scv/extensions/introspection1/test.cpp -systemc/examples/scv/extensions/private/Makefile -systemc/examples/scv/extensions/private/README -systemc/examples/scv/extensions/private/checktest.sh -systemc/examples/scv/extensions/private/packet.h -systemc/examples/scv/extensions/private/private.vcproj -systemc/examples/scv/extensions/private/test.cc -systemc/examples/scv/extensions/private/test_reg.cc -systemc/examples/scv/general/hello/Makefile -systemc/examples/scv/general/hello/README -systemc/examples/scv/general/hello/hello.vcproj -systemc/examples/scv/general/hello/main.cpp -systemc/examples/scv/randomization/constraints/Makefile -systemc/examples/scv/randomization/constraints/README -systemc/examples/scv/randomization/constraints/constraints.h -systemc/examples/scv/randomization/constraints/constraints.vcproj -systemc/examples/scv/randomization/constraints/packet.cpp -systemc/examples/scv/randomization/constraints/packet.h -systemc/examples/scv/randomization/constraints/packet_constraints.h -systemc/examples/scv/randomization/constraints/packet_ext.h -systemc/examples/scv/randomization/constraints/test.cpp -systemc/examples/scv/randomization/debug/Makefile -systemc/examples/scv/randomization/debug/README -systemc/examples/scv/randomization/debug/debug.vcproj -systemc/examples/scv/randomization/debug/test.cpp -systemc/examples/scv/randomization/ex_04_simplerand/Makefile -systemc/examples/scv/randomization/ex_04_simplerand/README -systemc/examples/scv/randomization/ex_04_simplerand/checktest.sh -systemc/examples/scv/randomization/ex_04_simplerand/data.h -systemc/examples/scv/randomization/ex_04_simplerand/data_ext.h -systemc/examples/scv/randomization/ex_04_simplerand/ex_04_simplerand.vcproj -systemc/examples/scv/randomization/ex_04_simplerand/test.cc -systemc/examples/scv/randomization/ex_04_simplerand/test_reg.cc -systemc/examples/scv/randomization/ex_05_disablerand/Makefile -systemc/examples/scv/randomization/ex_05_disablerand/README -systemc/examples/scv/randomization/ex_05_disablerand/checktest.sh -systemc/examples/scv/randomization/ex_05_disablerand/data.h -systemc/examples/scv/randomization/ex_05_disablerand/data_ext.h -systemc/examples/scv/randomization/ex_05_disablerand/ex_05_disablerand.vcproj -systemc/examples/scv/randomization/ex_05_disablerand/test.cc -systemc/examples/scv/randomization/ex_05_disablerand/test_reg.cc -systemc/examples/scv/randomization/ex_07_seedfile/Makefile -systemc/examples/scv/randomization/ex_07_seedfile/README -systemc/examples/scv/randomization/ex_07_seedfile/checktest.sh -systemc/examples/scv/randomization/ex_07_seedfile/data.h -systemc/examples/scv/randomization/ex_07_seedfile/data_ext.h -systemc/examples/scv/randomization/ex_07_seedfile/ex_07_seedfile.vcproj -systemc/examples/scv/randomization/ex_07_seedfile/test.cc -systemc/examples/scv/randomization/ex_07_seedfile/test_reg.cc -systemc/examples/scv/randomization/ex_08_dist/Makefile -systemc/examples/scv/randomization/ex_08_dist/README -systemc/examples/scv/randomization/ex_08_dist/checktest.sh -systemc/examples/scv/randomization/ex_08_dist/data.h -systemc/examples/scv/randomization/ex_08_dist/data_ext.h -systemc/examples/scv/randomization/ex_08_dist/ex_08_dist.vcproj -systemc/examples/scv/randomization/ex_08_dist/test.cc -systemc/examples/scv/randomization/ex_08_dist/test_reg.cc -systemc/examples/scv/randomization/ex_09_distrange/Makefile -systemc/examples/scv/randomization/ex_09_distrange/README -systemc/examples/scv/randomization/ex_09_distrange/checktest.sh -systemc/examples/scv/randomization/ex_09_distrange/data.h -systemc/examples/scv/randomization/ex_09_distrange/data_ext.h -systemc/examples/scv/randomization/ex_09_distrange/ex_09_distrange.vcproj -systemc/examples/scv/randomization/ex_09_distrange/test.cc -systemc/examples/scv/randomization/ex_09_distrange/test_reg.cc -systemc/examples/scv/randomization/ex_10_basicconstraint/Makefile -systemc/examples/scv/randomization/ex_10_basicconstraint/README -systemc/examples/scv/randomization/ex_10_basicconstraint/checktest.sh -systemc/examples/scv/randomization/ex_10_basicconstraint/ex_10_basicconstraint.vcproj -systemc/examples/scv/randomization/ex_10_basicconstraint/test.cc -systemc/examples/scv/randomization/ex_10_basicconstraint/test_reg.cc -systemc/examples/scv/randomization/ex_11_softconstraint/Makefile -systemc/examples/scv/randomization/ex_11_softconstraint/README -systemc/examples/scv/randomization/ex_11_softconstraint/checktest.sh -systemc/examples/scv/randomization/ex_11_softconstraint/ex_11_softconstraint.vcproj -systemc/examples/scv/randomization/ex_11_softconstraint/test.cc -systemc/examples/scv/randomization/ex_11_softconstraint/test_reg.cc -systemc/examples/scv/randomization/ex_12_hier_constraint/Makefile -systemc/examples/scv/randomization/ex_12_hier_constraint/README -systemc/examples/scv/randomization/ex_12_hier_constraint/checktest.sh -systemc/examples/scv/randomization/ex_12_hier_constraint/ex_12_hier_constraint.vcproj -systemc/examples/scv/randomization/ex_12_hier_constraint/packet.h -systemc/examples/scv/randomization/ex_12_hier_constraint/packet_constraint.h -systemc/examples/scv/randomization/ex_12_hier_constraint/packet_ext.h -systemc/examples/scv/randomization/ex_12_hier_constraint/test.cc -systemc/examples/scv/randomization/ex_12_hier_constraint/test_reg.cc -systemc/examples/scv/randomization/ex_13_custom_next/Makefile -systemc/examples/scv/randomization/ex_13_custom_next/README -systemc/examples/scv/randomization/ex_13_custom_next/checktest.sh -systemc/examples/scv/randomization/ex_13_custom_next/constraint.h -systemc/examples/scv/randomization/ex_13_custom_next/ex_13_custom_next.vcproj -systemc/examples/scv/randomization/ex_13_custom_next/test.cc -systemc/examples/scv/randomization/ex_13_custom_next/test.h -systemc/examples/scv/randomization/ex_13_custom_next/test_reg.cc -systemc/examples/scv/randomization/pythagoras/Makefile -systemc/examples/scv/randomization/pythagoras/README -systemc/examples/scv/randomization/pythagoras/pythagoras.vcproj -systemc/examples/scv/randomization/pythagoras/test.cpp -systemc/examples/scv/transactions/overview/Makefile -systemc/examples/scv/transactions/overview/README -systemc/examples/scv/transactions/overview/main.cpp -systemc/examples/scv/transactions/overview/overview.vcproj -systemc/include/scv/_scv_associative_array.h -systemc/include/scv/_scv_data_structure.h -systemc/include/scv/_scv_ext_callbacks.h -systemc/include/scv/_scv_ext_comp.h -systemc/include/scv/_scv_ext_rand.h -systemc/include/scv/_scv_ext_rw.h -systemc/include/scv/_scv_ext_type.h -systemc/include/scv/_scv_ext_util.h -systemc/include/scv/_scv_introspection.h -systemc/include/scv/_scv_list_iter.h -systemc/include/scv/_scv_randomization.h -systemc/include/scv/_scv_smart_ptr.h -systemc/include/scv/scv_bag.h -systemc/include/scv/scv_config.h -systemc/include/scv/scv_constraint.h -systemc/include/scv/scv_constraint_range.h -systemc/include/scv/scv_debug.h -systemc/include/scv/scv_expression.h -systemc/include/scv/scv_introspection.h -systemc/include/scv/scv_kit_date.h -systemc/include/scv/scv_messages.h -systemc/include/scv/scv_object_if.h -systemc/include/scv/scv_random.h -systemc/include/scv/scv_report.h -systemc/include/scv/scv_shared_ptr.h -systemc/include/scv/scv_sparse_array.h -systemc/include/scv/scv_tr.h -systemc/include/scv/scv_util.h -systemc/include/scv.h -systemc/lib-freebsd/libcudd.a -systemc/lib-freebsd/libdddmp.a -systemc/lib-freebsd/libmtr.a -systemc/lib-freebsd/libobj.a -systemc/lib-freebsd/libscv.so -systemc/lib-freebsd/libst.a -systemc/lib-freebsd/libutil.a -@dirrm systemc/docs/scv/scvref -@dirrm systemc/docs/scv -@dirrmtry systemc/docs -@dirrm systemc/examples/scv/data_structures/scv_bag -@dirrm systemc/examples/scv/data_structures/scv_sparse_array -@dirrm systemc/examples/scv/data_structures -@dirrm systemc/examples/scv/extensions/ex_01_userdata -@dirrm systemc/examples/scv/extensions/ex_02_enumdata -@dirrm systemc/examples/scv/extensions/ex_03_nestdata -@dirrm systemc/examples/scv/extensions/introspection1 -@dirrm systemc/examples/scv/extensions/private -@dirrm systemc/examples/scv/extensions -@dirrm systemc/examples/scv/general/hello -@dirrm systemc/examples/scv/general -@dirrm systemc/examples/scv/randomization/constraints -@dirrm systemc/examples/scv/randomization/debug -@dirrm systemc/examples/scv/randomization/ex_04_simplerand -@dirrm systemc/examples/scv/randomization/ex_05_disablerand -@dirrm systemc/examples/scv/randomization/ex_07_seedfile -@dirrm systemc/examples/scv/randomization/ex_08_dist -@dirrm systemc/examples/scv/randomization/ex_09_distrange -@dirrm systemc/examples/scv/randomization/ex_10_basicconstraint -@dirrm systemc/examples/scv/randomization/ex_11_softconstraint -@dirrm systemc/examples/scv/randomization/ex_12_hier_constraint -@dirrm systemc/examples/scv/randomization/ex_13_custom_next -@dirrm systemc/examples/scv/randomization/pythagoras -@dirrm systemc/examples/scv/randomization -@dirrm systemc/examples/scv/transactions/overview -@dirrm systemc/examples/scv/transactions -@dirrm systemc/examples/scv -@dirrm systemc/include/scv -@dirrmtry systemc/include -@dirrmtry systemc/lib-freebsd -@dirrmtry systemc |