diff options
Diffstat (limited to 'cad/systemc')
-rw-r--r-- | cad/systemc/Makefile | 47 | ||||
-rw-r--r-- | cad/systemc/distinfo | 2 | ||||
-rw-r--r-- | cad/systemc/files/patch-configure | 36 | ||||
-rw-r--r-- | cad/systemc/pkg-descr | 9 | ||||
-rw-r--r-- | cad/systemc/pkg-plist | 355 |
5 files changed, 0 insertions, 449 deletions
diff --git a/cad/systemc/Makefile b/cad/systemc/Makefile deleted file mode 100644 index 87b1a0cfb379..000000000000 --- a/cad/systemc/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# Created by: Daniel Thiele -# $FreeBSD$ - -PORTNAME= systemc -PORTVERSION= 2.2.0 -CATEGORIES= cad devel - -MAINTAINER= ports@FreeBSD.org -COMMENT= Modeling platform for system-level C++ models - -RESTRICTED= License agreement required - -USES= gmake tar:tgz -HAS_CONFIGURE= yes - -CONFIGURE_SCRIPT= ../configure -CONFIGURE_ARGS= --prefix=${PREFIX}/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/kmembership_info/individual_signup and download ${DISTFILES} from http://www.systemc.org/downloads/standards/ first. Then put ${DISTFILES} into ${DISTDIR} and run make again -.endif - -.if defined(WITH_OPTIMIZED_CFLAGS) -CXXFLAGS+= -O3 -.endif - -pre-everything:: -.if !defined(WITH_OPTIMIZED_CFLAGS) - @${ECHO_MSG} "You can enable additional compilation optimizations" - @${ECHO_MSG} "by defining WITH_OPTIMIZED_CFLAGS" -.endif - -pre-configure: - @${MKDIR} ${WRKSRC}/objdir - @${REINPLACE_CMD} -e 's|\(OPT_CXXFLAGS="\).*"|\1${CXXFLAGS}"|g' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} - -post-patch: - @find ${WRKSRC} -name .DS_Store -delete - -.include <bsd.port.post.mk> diff --git a/cad/systemc/distinfo b/cad/systemc/distinfo deleted file mode 100644 index d2dfdc106f37..000000000000 --- a/cad/systemc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (systemc-2.2.0.tgz) = fd7db3ac2b547bf54c94c0310f15f079ed59ffa318ed5b0043a65410960859e7 -SIZE (systemc-2.2.0.tgz) = 2050634 diff --git a/cad/systemc/files/patch-configure b/cad/systemc/files/patch-configure deleted file mode 100644 index 49d164b640ac..000000000000 --- a/cad/systemc/files/patch-configure +++ /dev/null @@ -1,36 +0,0 @@ ---- configure.orig Sun Feb 26 23:35:41 2006 -+++ configure Sun Feb 26 23:34:39 2006 -@@ -3309,6 +3309,25 @@ - AS=as - QT_ARCH="sparc-os2" - ;; -+ *freebsd*) -+ case "$CXX_COMP" in -+ c++ | g++) -+ EXTRA_CXXFLAGS="-Wall" -+ DEBUG_CXXFLAGS="-g" -+ OPT_CXXFLAGS="-O3" -+ TARGET_ARCH="freebsd" -+ CC="$CXX" -+ CFLAGS="$EXTRA_CXXFLAGS $OPT_CXXFLAGS" -+ ;; -+ *) -+ { { echo "$as_me:$LINENO: error: \"sorry...compiler not supported\"" >&5 -+echo "$as_me: error: \"sorry...compiler not supported\"" >&2;} -+ { (exit 1); exit 1; }; } -+ ;; -+ esac -+ AS=as -+ QT_ARCH="iX86" -+ ;; - *linux*) - case "$CXX_COMP" in - c++ | g++) -@@ -3387,7 +3406,6 @@ - - - test "x$prefix" = xNONE && prefix=$srcdir --current_dir=`pwd`; cd $prefix; prefix=`pwd`; cd $current_dir - - - diff --git a/cad/systemc/pkg-descr b/cad/systemc/pkg-descr deleted file mode 100644 index 08b5b851d080..000000000000 --- a/cad/systemc/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -SystemC provides hardware-oriented constructs within the context of C++ -as a class library implemented in standard C++. Its use spans design and -verification from concept to implementation in hardware and software. - -SystemC provides an interoperable modeling platform which enables the -development and exchange of very fast system-level C++ models. It also -provides a stable platform for development of system-level tools. - -WWW: http://www.systemc.org/ diff --git a/cad/systemc/pkg-plist b/cad/systemc/pkg-plist deleted file mode 100644 index c34bdc8100a7..000000000000 --- a/cad/systemc/pkg-plist +++ /dev/null @@ -1,355 +0,0 @@ -systemc/AUTHORS -systemc/COPYING -systemc/ChangeLog -systemc/INSTALL -systemc/LICENSE -systemc/NEWS -systemc/README -systemc/RELEASENOTES -systemc/docs/FuncSpec20.pdf -systemc/docs/IEEE1666_specification -systemc/docs/License.pdf -systemc/docs/README -systemc/docs/SystemC_2_1_features.pdf -systemc/docs/SystemC_2_1_overview.pdf -systemc/docs/UserGuide20.pdf -systemc/docs/WhitePaper20.pdf -systemc/include/sysc/communication/sc_buffer.h -systemc/include/sysc/communication/sc_clock.h -systemc/include/sysc/communication/sc_clock_ports.h -systemc/include/sysc/communication/sc_communication_ids.h -systemc/include/sysc/communication/sc_event_finder.h -systemc/include/sysc/communication/sc_event_queue.h -systemc/include/sysc/communication/sc_export.h -systemc/include/sysc/communication/sc_fifo.h -systemc/include/sysc/communication/sc_fifo_ifs.h -systemc/include/sysc/communication/sc_fifo_ports.h -systemc/include/sysc/communication/sc_interface.h -systemc/include/sysc/communication/sc_mutex.h -systemc/include/sysc/communication/sc_mutex_if.h -systemc/include/sysc/communication/sc_port.h -systemc/include/sysc/communication/sc_prim_channel.h -systemc/include/sysc/communication/sc_semaphore.h -systemc/include/sysc/communication/sc_semaphore_if.h -systemc/include/sysc/communication/sc_signal.h -systemc/include/sysc/communication/sc_signal_ifs.h -systemc/include/sysc/communication/sc_signal_ports.h -systemc/include/sysc/communication/sc_signal_resolved.h -systemc/include/sysc/communication/sc_signal_resolved_ports.h -systemc/include/sysc/communication/sc_signal_rv.h -systemc/include/sysc/communication/sc_signal_rv_ports.h -systemc/include/sysc/datatypes/bit/sc_bit.h -systemc/include/sysc/datatypes/bit/sc_bit_ids.h -systemc/include/sysc/datatypes/bit/sc_bit_proxies.h -systemc/include/sysc/datatypes/bit/sc_bv.h -systemc/include/sysc/datatypes/bit/sc_bv_base.h -systemc/include/sysc/datatypes/bit/sc_logic.h -systemc/include/sysc/datatypes/bit/sc_lv.h -systemc/include/sysc/datatypes/bit/sc_lv_base.h -systemc/include/sysc/datatypes/bit/sc_proxy.h -systemc/include/sysc/datatypes/fx/fx.h -systemc/include/sysc/datatypes/fx/sc_context.h -systemc/include/sysc/datatypes/fx/sc_fix.h -systemc/include/sysc/datatypes/fx/sc_fixed.h -systemc/include/sysc/datatypes/fx/sc_fx_ids.h -systemc/include/sysc/datatypes/fx/sc_fxcast_switch.h -systemc/include/sysc/datatypes/fx/sc_fxdefs.h -systemc/include/sysc/datatypes/fx/sc_fxnum.h -systemc/include/sysc/datatypes/fx/sc_fxnum_observer.h -systemc/include/sysc/datatypes/fx/sc_fxtype_params.h -systemc/include/sysc/datatypes/fx/sc_fxval.h -systemc/include/sysc/datatypes/fx/sc_fxval_observer.h -systemc/include/sysc/datatypes/fx/sc_ufix.h -systemc/include/sysc/datatypes/fx/sc_ufixed.h -systemc/include/sysc/datatypes/fx/scfx_ieee.h -systemc/include/sysc/datatypes/fx/scfx_mant.h -systemc/include/sysc/datatypes/fx/scfx_other_defs.h -systemc/include/sysc/datatypes/fx/scfx_params.h -systemc/include/sysc/datatypes/fx/scfx_rep.h -systemc/include/sysc/datatypes/fx/scfx_string.h -systemc/include/sysc/datatypes/fx/scfx_utils.h -systemc/include/sysc/datatypes/int/sc_bigint.h -systemc/include/sysc/datatypes/int/sc_biguint.h -systemc/include/sysc/datatypes/int/sc_int.h -systemc/include/sysc/datatypes/int/sc_int_base.h -systemc/include/sysc/datatypes/int/sc_int_ids.h -systemc/include/sysc/datatypes/int/sc_length_param.h -systemc/include/sysc/datatypes/int/sc_nbdefs.h -systemc/include/sysc/datatypes/int/sc_nbexterns.h -systemc/include/sysc/datatypes/int/sc_nbutils.h -systemc/include/sysc/datatypes/int/sc_signed.h -systemc/include/sysc/datatypes/int/sc_uint.h -systemc/include/sysc/datatypes/int/sc_uint_base.h -systemc/include/sysc/datatypes/int/sc_unsigned.h -systemc/include/sysc/datatypes/misc/sc_concatref.h -systemc/include/sysc/datatypes/misc/sc_value_base.h -systemc/include/sysc/kernel/sc_attribute.h -systemc/include/sysc/kernel/sc_boost.h -systemc/include/sysc/kernel/sc_cmnhdr.h -systemc/include/sysc/kernel/sc_constants.h -systemc/include/sysc/kernel/sc_cor.h -systemc/include/sysc/kernel/sc_dynamic_processes.h -systemc/include/sysc/kernel/sc_event.h -systemc/include/sysc/kernel/sc_except.h -systemc/include/sysc/kernel/sc_externs.h -systemc/include/sysc/kernel/sc_join.h -systemc/include/sysc/kernel/sc_kernel_ids.h -systemc/include/sysc/kernel/sc_macros.h -systemc/include/sysc/kernel/sc_module.h -systemc/include/sysc/kernel/sc_module_name.h -systemc/include/sysc/kernel/sc_object.h -systemc/include/sysc/kernel/sc_process.h -systemc/include/sysc/kernel/sc_process_handle.h -systemc/include/sysc/kernel/sc_reset.h -systemc/include/sysc/kernel/sc_runnable.h -systemc/include/sysc/kernel/sc_sensitive.h -systemc/include/sysc/kernel/sc_simcontext.h -systemc/include/sysc/kernel/sc_spawn.h -systemc/include/sysc/kernel/sc_spawn_options.h -systemc/include/sysc/kernel/sc_time.h -systemc/include/sysc/kernel/sc_ver.h -systemc/include/sysc/kernel/sc_wait.h -systemc/include/sysc/kernel/sc_wait_cthread.h -systemc/include/sysc/packages/boost/assert.hpp -systemc/include/sysc/packages/boost/bind.hpp -systemc/include/sysc/packages/boost/bind/apply.hpp -systemc/include/sysc/packages/boost/bind/arg.hpp -systemc/include/sysc/packages/boost/bind/bind_cc.hpp -systemc/include/sysc/packages/boost/bind/bind_mf_cc.hpp -systemc/include/sysc/packages/boost/bind/bind_template.hpp -systemc/include/sysc/packages/boost/bind/make_adaptable.hpp -systemc/include/sysc/packages/boost/bind/mem_fn_cc.hpp -systemc/include/sysc/packages/boost/bind/mem_fn_template.hpp -systemc/include/sysc/packages/boost/bind/mem_fn_vw.hpp -systemc/include/sysc/packages/boost/bind/placeholders.hpp -systemc/include/sysc/packages/boost/bind/protect.hpp -systemc/include/sysc/packages/boost/checked_delete.hpp -systemc/include/sysc/packages/boost/config.hpp -systemc/include/sysc/packages/boost/config/compiler/borland.hpp -systemc/include/sysc/packages/boost/config/compiler/comeau.hpp -systemc/include/sysc/packages/boost/config/compiler/common_edg.hpp -systemc/include/sysc/packages/boost/config/compiler/compaq_cxx.hpp -systemc/include/sysc/packages/boost/config/compiler/digitalmars.hpp -systemc/include/sysc/packages/boost/config/compiler/gcc.hpp -systemc/include/sysc/packages/boost/config/compiler/greenhills.hpp -systemc/include/sysc/packages/boost/config/compiler/hp_acc.hpp -systemc/include/sysc/packages/boost/config/compiler/intel.hpp -systemc/include/sysc/packages/boost/config/compiler/kai.hpp -systemc/include/sysc/packages/boost/config/compiler/metrowerks.hpp -systemc/include/sysc/packages/boost/config/compiler/mpw.hpp -systemc/include/sysc/packages/boost/config/compiler/sgi_mipspro.hpp -systemc/include/sysc/packages/boost/config/compiler/sunpro_cc.hpp -systemc/include/sysc/packages/boost/config/compiler/vacpp.hpp -systemc/include/sysc/packages/boost/config/compiler/visualc.hpp -systemc/include/sysc/packages/boost/config/platform/aix.hpp -systemc/include/sysc/packages/boost/config/platform/amigaos.hpp -systemc/include/sysc/packages/boost/config/platform/beos.hpp -systemc/include/sysc/packages/boost/config/platform/bsd.hpp -systemc/include/sysc/packages/boost/config/platform/cygwin.hpp -systemc/include/sysc/packages/boost/config/platform/hpux.hpp -systemc/include/sysc/packages/boost/config/platform/irix.hpp -systemc/include/sysc/packages/boost/config/platform/linux.hpp -systemc/include/sysc/packages/boost/config/platform/macos.hpp -systemc/include/sysc/packages/boost/config/platform/solaris.hpp -systemc/include/sysc/packages/boost/config/platform/win32.hpp -systemc/include/sysc/packages/boost/config/posix_features.hpp -systemc/include/sysc/packages/boost/config/select_compiler_config.hpp -systemc/include/sysc/packages/boost/config/select_platform_config.hpp -systemc/include/sysc/packages/boost/config/select_stdlib_config.hpp -systemc/include/sysc/packages/boost/config/stdlib/dinkumware.hpp -systemc/include/sysc/packages/boost/config/stdlib/libcomo.hpp -systemc/include/sysc/packages/boost/config/stdlib/libstdcpp3.hpp -systemc/include/sysc/packages/boost/config/stdlib/modena.hpp -systemc/include/sysc/packages/boost/config/stdlib/msl.hpp -systemc/include/sysc/packages/boost/config/stdlib/roguewave.hpp -systemc/include/sysc/packages/boost/config/stdlib/sgi.hpp -systemc/include/sysc/packages/boost/config/stdlib/stlport.hpp -systemc/include/sysc/packages/boost/config/stdlib/vacpp.hpp -systemc/include/sysc/packages/boost/config/suffix.hpp -systemc/include/sysc/packages/boost/config/user.hpp -systemc/include/sysc/packages/boost/current_function.hpp -systemc/include/sysc/packages/boost/detail/algorithm.hpp -systemc/include/sysc/packages/boost/detail/allocator_utilities.hpp -systemc/include/sysc/packages/boost/detail/atomic_count.hpp -systemc/include/sysc/packages/boost/detail/atomic_count_gcc.hpp -systemc/include/sysc/packages/boost/detail/atomic_count_pthreads.hpp -systemc/include/sysc/packages/boost/detail/atomic_count_win32.hpp -systemc/include/sysc/packages/boost/detail/bad_weak_ptr.hpp -systemc/include/sysc/packages/boost/detail/binary_search.hpp -systemc/include/sysc/packages/boost/detail/call_traits.hpp -systemc/include/sysc/packages/boost/detail/catch_exceptions.hpp -systemc/include/sysc/packages/boost/detail/compressed_pair.hpp -systemc/include/sysc/packages/boost/detail/dynamic_bitset.hpp -systemc/include/sysc/packages/boost/detail/endian.hpp -systemc/include/sysc/packages/boost/detail/indirect_traits.hpp -systemc/include/sysc/packages/boost/detail/interlocked.hpp -systemc/include/sysc/packages/boost/detail/is_function_ref_tester.hpp -systemc/include/sysc/packages/boost/detail/is_incrementable.hpp -systemc/include/sysc/packages/boost/detail/is_xxx.hpp -systemc/include/sysc/packages/boost/detail/iterator.hpp -systemc/include/sysc/packages/boost/detail/lightweight_mutex.hpp -systemc/include/sysc/packages/boost/detail/lightweight_test.hpp -systemc/include/sysc/packages/boost/detail/limits.hpp -systemc/include/sysc/packages/boost/detail/lwm_nop.hpp -systemc/include/sysc/packages/boost/detail/lwm_pthreads.hpp -systemc/include/sysc/packages/boost/detail/lwm_win32_cs.hpp -systemc/include/sysc/packages/boost/detail/named_template_params.hpp -systemc/include/sysc/packages/boost/detail/no_exceptions_support.hpp -systemc/include/sysc/packages/boost/detail/none_t.hpp -systemc/include/sysc/packages/boost/detail/numeric_traits.hpp -systemc/include/sysc/packages/boost/detail/ob_call_traits.hpp -systemc/include/sysc/packages/boost/detail/ob_compressed_pair.hpp -systemc/include/sysc/packages/boost/detail/quick_allocator.hpp -systemc/include/sysc/packages/boost/detail/reference_content.hpp -systemc/include/sysc/packages/boost/detail/select_type.hpp -systemc/include/sysc/packages/boost/detail/shared_array_nmt.hpp -systemc/include/sysc/packages/boost/detail/shared_count.hpp -systemc/include/sysc/packages/boost/detail/shared_ptr_nmt.hpp -systemc/include/sysc/packages/boost/detail/sp_counted_base.hpp -systemc/include/sysc/packages/boost/detail/sp_counted_base_cw_ppc.hpp -systemc/include/sysc/packages/boost/detail/sp_counted_base_cw_x86.hpp -systemc/include/sysc/packages/boost/detail/sp_counted_base_gcc_ia64.hpp -systemc/include/sysc/packages/boost/detail/sp_counted_base_gcc_ppc.hpp -systemc/include/sysc/packages/boost/detail/sp_counted_base_gcc_x86.hpp -systemc/include/sysc/packages/boost/detail/sp_counted_base_nt.hpp -systemc/include/sysc/packages/boost/detail/sp_counted_base_pt.hpp -systemc/include/sysc/packages/boost/detail/sp_counted_base_w32.hpp -systemc/include/sysc/packages/boost/detail/sp_counted_impl.hpp -systemc/include/sysc/packages/boost/detail/templated_streams.hpp -systemc/include/sysc/packages/boost/detail/utf8_codecvt_facet.hpp -systemc/include/sysc/packages/boost/detail/workaround.hpp -systemc/include/sysc/packages/boost/get_pointer.hpp -systemc/include/sysc/packages/boost/mem_fn.hpp -systemc/include/sysc/packages/boost/mpl/aux_/adl_barrier.hpp -systemc/include/sysc/packages/boost/mpl/aux_/config/adl.hpp -systemc/include/sysc/packages/boost/mpl/aux_/config/gcc.hpp -systemc/include/sysc/packages/boost/mpl/aux_/config/intel.hpp -systemc/include/sysc/packages/boost/mpl/aux_/config/msvc.hpp -systemc/include/sysc/packages/boost/mpl/aux_/config/static_constant.hpp -systemc/include/sysc/packages/boost/mpl/aux_/config/workaround.hpp -systemc/include/sysc/packages/boost/mpl/bool.hpp -systemc/include/sysc/packages/boost/mpl/bool_fwd.hpp -systemc/include/sysc/packages/boost/mpl/integral_c_tag.hpp -systemc/include/sysc/packages/boost/non_type.hpp -systemc/include/sysc/packages/boost/ref.hpp -systemc/include/sysc/packages/boost/shared_ptr.hpp -systemc/include/sysc/packages/boost/throw_exception.hpp -systemc/include/sysc/packages/boost/type.hpp -systemc/include/sysc/packages/boost/utility/addressof.hpp -systemc/include/sysc/packages/boost/utility/base_from_member.hpp -systemc/include/sysc/packages/boost/utility/compare_pointees.hpp -systemc/include/sysc/packages/boost/utility/detail/in_place_factory_prefix.hpp -systemc/include/sysc/packages/boost/utility/detail/in_place_factory_suffix.hpp -systemc/include/sysc/packages/boost/utility/detail/result_of_iterate.hpp -systemc/include/sysc/packages/boost/utility/enable_if.hpp -systemc/include/sysc/packages/boost/utility/in_place_factory.hpp -systemc/include/sysc/packages/boost/utility/result_of.hpp -systemc/include/sysc/packages/boost/utility/typed_in_place_factory.hpp -systemc/include/sysc/packages/boost/utility/value_init.hpp -systemc/include/sysc/packages/boost/weak_ptr.hpp -systemc/include/sysc/qt/md/axp.1.Makefile -systemc/include/sysc/qt/md/axp.2.Makefile -systemc/include/sysc/qt/md/axp.Makefile -systemc/include/sysc/qt/md/axp.README -systemc/include/sysc/qt/md/axp.c -systemc/include/sysc/qt/md/axp.h -systemc/include/sysc/qt/md/axp.s -systemc/include/sysc/qt/md/axp_b.s -systemc/include/sysc/qt/md/default.Makefile -systemc/include/sysc/qt/md/hppa-cnx.Makefile -systemc/include/sysc/qt/md/hppa.Makefile -systemc/include/sysc/qt/md/hppa.h -systemc/include/sysc/qt/md/hppa.s -systemc/include/sysc/qt/md/hppa_b.s -systemc/include/sysc/qt/md/i386.README -systemc/include/sysc/qt/md/i386.h -systemc/include/sysc/qt/md/i386.s -systemc/include/sysc/qt/md/i386_b.s -systemc/include/sysc/qt/md/iX86_64.h -systemc/include/sysc/qt/md/iX86_64.s -systemc/include/sysc/qt/md/ksr1.Makefile -systemc/include/sysc/qt/md/ksr1.h -systemc/include/sysc/qt/md/ksr1.s -systemc/include/sysc/qt/md/ksr1_b.s -systemc/include/sysc/qt/md/m88k.Makefile -systemc/include/sysc/qt/md/m88k.c -systemc/include/sysc/qt/md/m88k.h -systemc/include/sysc/qt/md/m88k.s -systemc/include/sysc/qt/md/m88k_b.s -systemc/include/sysc/qt/md/mips-irix5.s -systemc/include/sysc/qt/md/mips.h -systemc/include/sysc/qt/md/mips.s -systemc/include/sysc/qt/md/mips_b.s -systemc/include/sysc/qt/md/null.README -systemc/include/sysc/qt/md/null.c -systemc/include/sysc/qt/md/null.s -systemc/include/sysc/qt/md/powerpc.README -systemc/include/sysc/qt/md/powerpc.c -systemc/include/sysc/qt/md/powerpc_mach.h -systemc/include/sysc/qt/md/powerpc_mach.s -systemc/include/sysc/qt/md/powerpc_mach_b.s -systemc/include/sysc/qt/md/powerpc_sys5.h -systemc/include/sysc/qt/md/powerpc_sys5.s -systemc/include/sysc/qt/md/powerpc_sys5_b.s -systemc/include/sysc/qt/md/pthreads.Makefile -systemc/include/sysc/qt/md/qtmd.h -systemc/include/sysc/qt/md/solaris.README -systemc/include/sysc/qt/md/sparc.h -systemc/include/sysc/qt/md/sparc.s -systemc/include/sysc/qt/md/sparc_b.s -systemc/include/sysc/qt/md/vax.h -systemc/include/sysc/qt/md/vax.s -systemc/include/sysc/qt/md/vax_b.s -systemc/include/sysc/qt/qt.h -systemc/include/sysc/qt/qtmd.h -systemc/include/sysc/tracing/sc_trace.h -systemc/include/sysc/tracing/sc_vcd_trace.h -systemc/include/sysc/tracing/sc_wif_trace.h -systemc/include/sysc/utils/sc_hash.h -systemc/include/sysc/utils/sc_iostream.h -systemc/include/sysc/utils/sc_list.h -systemc/include/sysc/utils/sc_machine.h -systemc/include/sysc/utils/sc_mempool.h -systemc/include/sysc/utils/sc_pq.h -systemc/include/sysc/utils/sc_report.h -systemc/include/sysc/utils/sc_report_handler.h -systemc/include/sysc/utils/sc_string.h -systemc/include/sysc/utils/sc_temporary.h -systemc/include/sysc/utils/sc_utils_ids.h -systemc/include/sysc/utils/sc_vector.h -systemc/include/systemc -systemc/include/systemc.h -systemc/lib-freebsd/libsystemc.a -@dirrmtry systemc/docs -@dirrmtry systemc/examples/sysc/2.1 -@dirrmtry systemc/examples/sysc/fft -@dirrmtry systemc/examples/sysc -@dirrmtry systemc/examples -@dirrm systemc/include/sysc/communication -@dirrm systemc/include/sysc/datatypes/bit -@dirrm systemc/include/sysc/datatypes/fx -@dirrm systemc/include/sysc/datatypes/int -@dirrm systemc/include/sysc/datatypes/misc -@dirrm systemc/include/sysc/datatypes -@dirrm systemc/include/sysc/kernel -@dirrm systemc/include/sysc/packages/boost/bind -@dirrm systemc/include/sysc/packages/boost/config/compiler -@dirrm systemc/include/sysc/packages/boost/config/platform -@dirrm systemc/include/sysc/packages/boost/config/stdlib -@dirrm systemc/include/sysc/packages/boost/config -@dirrm systemc/include/sysc/packages/boost/detail -@dirrm systemc/include/sysc/packages/boost/mpl/aux_/config -@dirrm systemc/include/sysc/packages/boost/mpl/aux_ -@dirrm systemc/include/sysc/packages/boost/mpl -@dirrm systemc/include/sysc/packages/boost/utility/detail -@dirrm systemc/include/sysc/packages/boost/utility -@dirrm systemc/include/sysc/packages/boost -@dirrm systemc/include/sysc/packages -@dirrm systemc/include/sysc/qt/md -@dirrm systemc/include/sysc/qt -@dirrm systemc/include/sysc/tracing -@dirrm systemc/include/sysc/utils -@dirrm systemc/include/sysc -@dirrmtry systemc/include -@dirrmtry systemc/lib-freebsd -@dirrmtry systemc |