All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alistair Francis <alistair23@gmail.com>
To: liuzhiwei <zhiwei_liu@c-sky.com>
Cc: "open list:RISC-V" <qemu-riscv@nongnu.org>,
	Sagar Karandikar <sagark@eecs.berkeley.edu>,
	bastian@mail.uni-paderborn.de, Palmer Dabbelt <palmer@sifive.com>,
	"qemu-devel@nongnu.org Developers" <qemu-devel@nongnu.org>,
	Alistair Francis <Alistair.Francis@wdc.com>
Subject: Re: [Qemu-devel] RISC-V: Vector && DSP Extension
Date: Fri, 9 Aug 2019 18:54:20 -0700	[thread overview]
Message-ID: <CAKmqyKMqCKS_-rxZ2WYEn+m2gDom27rd2f2FCe0LmVs9brPcAQ@mail.gmail.com> (raw)
In-Reply-To: <97a6ae9f-2845-4a3c-2a31-367787622268@c-sky.com>

On Thu, Aug 8, 2019 at 2:52 AM liuzhiwei <zhiwei_liu@c-sky.com> wrote:
>
> Hi all,
>
>     My workmate  and I have been working on Vector & Dsp extension, and
> I'd like to share develop status  with folks.

Cool!

>
>     The spec references for  Vector extension is riscv-v-spec-0.7.1, and
> riscv-p-spec-0.5 for DSP extension. The code of vector extension is
> ready and under testing,  the first patch will be sent about two weeks
> later. After that we will forward working on DSP extension, and send the
> first patch in middle  October.

What code are you talking about? Is this QEMU code?

>
>      Could the maintainers  tell me whether the specs referenced are
> appropriate? Is anyone working on these extensions?  I'd like to get
> your status, and maybe discuss questions and work togather.

Just use the latest (master) from the ISA spec git repo.

I don't know anyone doing vector work for QEMU. It would be very
useful, but everyone is busy with something at the moment
unfortunately.

Alistair

>
> Best Regards
>
> LIU Zhiwei
>
>
>


WARNING: multiple messages have this Message-ID (diff)
From: Alistair Francis <alistair23@gmail.com>
To: liuzhiwei <zhiwei_liu@c-sky.com>
Cc: "qemu-devel@nongnu.org Developers" <qemu-devel@nongnu.org>,
	"open list:RISC-V" <qemu-riscv@nongnu.org>,
	 Palmer Dabbelt <palmer@sifive.com>,
	Alistair Francis <Alistair.Francis@wdc.com>,
	Sagar Karandikar <sagark@eecs.berkeley.edu>,
	bastian@mail.uni-paderborn.de
Subject: Re: [Qemu-riscv] [Qemu-devel] RISC-V: Vector && DSP Extension
Date: Fri, 9 Aug 2019 18:54:20 -0700	[thread overview]
Message-ID: <CAKmqyKMqCKS_-rxZ2WYEn+m2gDom27rd2f2FCe0LmVs9brPcAQ@mail.gmail.com> (raw)
In-Reply-To: <97a6ae9f-2845-4a3c-2a31-367787622268@c-sky.com>

On Thu, Aug 8, 2019 at 2:52 AM liuzhiwei <zhiwei_liu@c-sky.com> wrote:
>
> Hi all,
>
>     My workmate  and I have been working on Vector & Dsp extension, and
> I'd like to share develop status  with folks.

Cool!

>
>     The spec references for  Vector extension is riscv-v-spec-0.7.1, and
> riscv-p-spec-0.5 for DSP extension. The code of vector extension is
> ready and under testing,  the first patch will be sent about two weeks
> later. After that we will forward working on DSP extension, and send the
> first patch in middle  October.

What code are you talking about? Is this QEMU code?

>
>      Could the maintainers  tell me whether the specs referenced are
> appropriate? Is anyone working on these extensions?  I'd like to get
> your status, and maybe discuss questions and work togather.

Just use the latest (master) from the ISA spec git repo.

I don't know anyone doing vector work for QEMU. It would be very
useful, but everyone is busy with something at the moment
unfortunately.

Alistair

>
> Best Regards
>
> LIU Zhiwei
>
>
>


  parent reply	other threads:[~2019-08-10  1:55 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-08  9:39 [Qemu-devel] RISC-V: Vector && DSP Extension liuzhiwei
2019-08-08  9:39 ` [Qemu-riscv] " liuzhiwei
2019-08-08 11:29 ` [Qemu-devel] " Aleksandar Markovic
2019-08-08 11:29   ` [Qemu-riscv] " Aleksandar Markovic
2019-08-08 13:48   ` Chih-Min Chao
2019-08-08 13:48     ` [Qemu-riscv] " Chih-Min Chao
2019-08-08 14:19     ` Aleksandar Markovic
2019-08-08 14:19       ` [Qemu-riscv] " Aleksandar Markovic
2019-08-10 13:35     ` LIU ZhiWei
2019-08-10 13:35       ` [Qemu-riscv] " LIU ZhiWei
2019-08-10  1:54 ` Alistair Francis [this message]
2019-08-10  1:54   ` Alistair Francis
2019-08-10 13:55   ` LIU ZhiWei
2019-08-10 13:55     ` [Qemu-riscv] " LIU ZhiWei
2019-08-11 16:50     ` Alistair Francis
2019-08-11 16:50       ` [Qemu-riscv] " Alistair Francis
2019-08-15  8:53       ` Aleksandar Markovic
2019-08-15  8:53         ` [Qemu-riscv] " Aleksandar Markovic
2019-08-15  9:07         ` Peter Maydell
2019-08-15  9:07           ` [Qemu-riscv] " Peter Maydell
2019-08-15 10:32           ` Aleksandar Markovic
2019-08-15 10:32             ` [Qemu-riscv] " Aleksandar Markovic
2019-08-15 21:37           ` Alistair Francis
2019-08-15 21:37             ` [Qemu-riscv] " Alistair Francis
2019-08-21 19:31             ` Palmer Dabbelt
2019-08-21 19:31               ` [Qemu-riscv] " Palmer Dabbelt
2019-08-21 23:10               ` [Qemu-devel] [Qemu-riscv] " Jonathan Behrens
2019-08-21 23:10                 ` [Qemu-riscv] [Qemu-devel] " Jonathan Behrens
2019-08-22  1:50               ` liuzhiwei
2019-08-22  1:50                 ` [Qemu-riscv] " liuzhiwei
2019-08-22 22:37                 ` Alistair Francis
2019-08-22 22:37                   ` [Qemu-riscv] " Alistair Francis
2019-08-28  0:25                   ` Palmer Dabbelt
2019-08-28  0:25                     ` [Qemu-riscv] " Palmer Dabbelt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAKmqyKMqCKS_-rxZ2WYEn+m2gDom27rd2f2FCe0LmVs9brPcAQ@mail.gmail.com \
    --to=alistair23@gmail.com \
    --cc=Alistair.Francis@wdc.com \
    --cc=bastian@mail.uni-paderborn.de \
    --cc=palmer@sifive.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-riscv@nongnu.org \
    --cc=sagark@eecs.berkeley.edu \
    --cc=zhiwei_liu@c-sky.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.