[libre-riscv-dev] IEEE754 FPU
Luke Kenneth Casson Leighton
lkcl at lkcl.net
Thu Feb 21 10:50:31 GMT 2019
On Thu, Feb 21, 2019 at 8:54 AM Luke Kenneth Casson Leighton
<lkcl at lkcl.net> wrote:
> On Thu, Feb 21, 2019 at 8:13 AM Jacob Lifshay <programmerjake at gmail.com> wrote:
> >
> > refactor each stage to only read values from the immediately previous stage
> > then as a final step switch from a state machine to a pipeline.
>
> makes sense. so, i'm moving each stage into its own separate class,
> giving them "inputs" and "outputs", let's see how that goes.
ok so i now have separate classes for each stage, that will make it
possible to isolate the inputs and outputs. going to have a go at
that for the first stage.
l.
More information about the libre-riscv-dev
mailing list