From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:36326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzV6G-0005KV-Ef for qemu-devel@nongnu.org; Thu, 28 Feb 2019 18:28:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gzV6F-0004Qg-IG for qemu-devel@nongnu.org; Thu, 28 Feb 2019 18:28:24 -0500 Received: from mail-wr1-f43.google.com ([209.85.221.43]:38712) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gzV6F-0004Pi-BD for qemu-devel@nongnu.org; Thu, 28 Feb 2019 18:28:23 -0500 Received: by mail-wr1-f43.google.com with SMTP id g12so11806622wrm.5 for ; Thu, 28 Feb 2019 15:28:23 -0800 (PST) References: <20190228202537.4638-1-alex.bennee@linaro.org> <20190228202537.4638-8-alex.bennee@linaro.org> <71a55c0c-3c09-edea-82a5-63fb0cfb4f12@redhat.com> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Message-ID: Date: Fri, 1 Mar 2019 00:28:20 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2 07/16] tests/tcg/xtensa: enable system tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Filippov Cc: =?UTF-8?Q?Alex_Benn=c3=a9e?= , qemu-devel , "Edgar E. Iglesias" , qemu-arm On 3/1/19 12:24 AM, Max Filippov wrote: > On Thu, Feb 28, 2019 at 2:54 PM Philippe Mathieu-Daudé > wrote: > >> BTW is this simulator downloadable? I see the Zephyr project also uses >> it, and I looked for it on https://ip.cadence.com/swdev but couldnt find >> a (public) link. > > There's a site https://www.tensilicatools.com/ > with tools for various end-user-programmable xtensa cores, > but I'm pretty sure that neither dc232b nor dc233c are available > there. Thanks! Phil.