OpenCores
Issue List
ORFPX32 instruction support in or1ksim #47
Closed kate opened this issue about 15 years ago
kate commented about 15 years ago

Hello, I noticed that some hard-float instructions are not implemented in or1ksim and I couldn't find the source code related to ORFPX32 instructions. I'm wondering if I miss anything.

jungsook

jeremybennett commented about 15 years ago

Hi Jungsook,<br> <br> You are correct. Or1ksim only implements the core ORBIS32 instruction set at present.<br> <br> I don't believe implementing the ORFPX32 single precision FP instructions would be very difficult. Mostly extending cpu/or32/insnset.c (this file is processed to generate execgen.c, using the program in cpu/or32/generate.c).<br> <br> If you wish to contribute this functionality, it would be very welcome.<br> <br> Jeremy

kate commented about 15 years ago

Dear Jeremy,

Thank you very much for your quick response. I'll try to implement it.

jungsook

jeremybennett was assigned about 14 years ago
jeremybennett commented almost 14 years ago
<p> Jungsook's implementation is in SVN and will be part of the forthcoming 0.4.0 release. </p> <p> Marking as fixed. </p>
jeremybennett closed this almost 14 years ago

Assignee
jeremybennett
Labels
Request