From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121258 invoked by alias); 6 Dec 2016 20:21:49 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 121241 invoked by uid 89); 6 Dec 2016 20:21:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=3.6 required=5.0 tests=AWL,BAYES_20,BODY_8BITS,GARBLED_BODY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy==d0=b2=d1, =d0=bd=d0=b8=d0=ba, Frysinger, frysinger?= X-HELO: server28.host.bg Received: from server28.host.bg (HELO server28.host.bg) (87.120.40.98) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 06 Dec 2016 20:21:38 +0000 Received: from [95.87.234.74] (port=37024 helo=tpdeb.localnet) by server28.host.bg with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1cEMF3-002l3d-5X; Tue, 06 Dec 2016 22:21:33 +0200 From: Dimitar Dimitrov To: Mike Frysinger Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] PRU Simulator port Date: Tue, 06 Dec 2016 20:21:00 -0000 Message-ID: <1482736.dqYyEdAItR@tpdeb> User-Agent: KMail/5.2.3 (Linux/4.8.0-1-amd64; KDE/5.27.0; x86_64; ; ) In-Reply-To: <20161206140846.GD10558@vapier.lan> References: <20161205211108.26616-1-dimitar@dinux.eu> <20161206140846.GD10558@vapier.lan> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Get-Message-Sender-Via: server28.host.bg: authenticated_id: dimitar@dinux.eu X-IsSubscribed: yes X-SW-Source: 2016-12/txt/msg00176.txt.bz2 On =D0=B2=D1=82=D0=BE=D1=80=D0=BD=D0=B8=D0=BA, 6 =D0=B4=D0=B5=D0=BA=D0=B5= =D0=BC=D0=B2=D1=80=D0=B8 2016 =D0=B3. 9:08:46 EET Mike Frysinger wrote: > On 05 Dec 2016 23:11, Dimitar Dimitrov wrote: > > I'd like to submit a simulator port for the Texas Instruments PRU I/O c= ore > > [1]. > do you have FSF copyright papers in place ? Yes, I have completed the copyright assignment process.=20 >=20 > > 2016-10-24 Dimitar Dimitrov > >=20 > > * sim/configure.tgt: Add PRU. > > * sim/pru/Makefile.in: New file. > > * sim/pru/aclocal.m4: New file. > > * sim/pru/config.in: New file. > > * sim/pru/configure.ac: New file. > > * sim/pru/interp.c: New file. > > * sim/pru/pru.h: New file. > > * sim/pru/pru.isa: New file. > > * sim/pru/sim-main.h: New file. >=20 > going by this, there isn't a testsuite here. please start one. > just look at sim/testsuite/sim/msp430/ as an example. then drop > in as many/few testcases as you like. the more the better :). > -mike I'll add testcases and will resubmit. Thanks, Dimitar