Re: [Numpy-discussion] Numpy support for Microblaze

2020-01-10 Thread Frederic Bastien
I like your breakdown. But the fact that it is a softcore is not related. We do not need to compile it to an HDL. We need it to be compiled to the binary format that the Microblaze support. Now, after one full version is working as a software, it is possible to optimize part of NumPy by having t

Re: [Numpy-discussion] Numpy support for Microblaze

2020-01-10 Thread Robert Kern
On Fri, Jan 10, 2020 at 8:34 AM Frederic Bastien wrote: > I like your breakdown. But the fact that it is a softcore is not related. > We do not need to compile it to an HDL. > We need it to be compiled to the binary format that the Microblaze support. > > Now, after one full version is working as

Re: [Numpy-discussion] Numpy support for Microblaze

2020-01-10 Thread pnp
First of, many thanks to each one of you for taking your time to post your valuable comments and suggestions. My apologies for not filling in the details. Here goes: 1.We have linux running on the Microblaze. So, what I am looking at this point is a software only solution. 2. We have cross compila