From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5665 invoked by alias); 20 Feb 2004 10:41:32 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 5609 invoked from network); 20 Feb 2004 10:41:26 -0000 Received: from unknown (HELO cam-admin0.cambridge.arm.com) (193.131.176.58) by sources.redhat.com with SMTP; 20 Feb 2004 10:41:26 -0000 Received: from pc960.cambridge.arm.com (pc960.cambridge.arm.com [10.1.205.4]) by cam-admin0.cambridge.arm.com (8.12.10/8.12.10) with ESMTP id i1KAfP23006182; Fri, 20 Feb 2004 10:41:25 GMT Received: from pc960.cambridge.arm.com (rearnsha@localhost) by pc960.cambridge.arm.com (8.11.6/8.9.3) with ESMTP id i1KAfPL23286; Fri, 20 Feb 2004 10:41:25 GMT Message-Id: <200402201041.i1KAfPL23286@pc960.cambridge.arm.com> X-Authentication-Warning: pc960.cambridge.arm.com: rearnsha owned process doing -bs To: "Yorkwar" cc: "rearnsha" , "gdb" Reply-To: Richard Earnshaw Organization: ARM Ltd. X-Telephone: +44 1223 400569 (direct+voicemail), +44 1223 400400 (switchbd) X-Fax: +44 1223 400410 X-Address: ARM Ltd., 110 Fulbourn Road, Cherry Hinton, Cambridge CB1 9NJ. X-Url: http://www.arm.com/ Subject: Re: Add systemc simulator with gdb In-reply-to: Your message of "Fri, 20 Feb 2004 10:18:37 +0800." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 20 Feb 2004 10:41:00 -0000 From: Richard Earnshaw X-SW-Source: 2004-02/txt/msg00274.txt.bz2 > > >R. > > > >[*] For the uninitiated, SystemC started life as a simulation class > >library for C++ which enables you to use C++ in much the same way as you > >would any other HDL (Hardware description language). However, by > >restricting your description a suitable subset of C++ you can then > >accelerate it significantly with special simulators and even run hardware > >synthesis tools on it. The real power comes from the fact that your test > >benches can be written in abstract C++ and can then interact with your > >hardware description directly. > > It will be a great improvement to integrate a SystemC or HDL simulator in GDB. > However, is there any reference about how to implement the library or bridge > to compoment written in SystemC or HDL? > I'm not aware of any work being done in this area. R.