Skip to content

Implement fpu module #11

Description

@piranna

Create a simple fpu module that host all the other components and can be used as a black-box. It can be just a wrapper over all the other components, just routing the a, b and z data wires and their signal ones according to an op selector, almost like a "kitchen sink" example of how to use the components.

In a future iteration, maybe it would be nice to create another more advanced one that allow execution of different operations at the same time to increase performance, with some control using a FIFO or similar to warranty order of execution, but maybe it would be done in an independent project too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions