Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Floating-point wrappers in the STL #27

Open
3 tasks
VonTum opened this issue Nov 12, 2024 · 4 comments
Open
3 tasks

Floating-point wrappers in the STL #27

VonTum opened this issue Nov 12, 2024 · 4 comments
Labels
enhancement New feature or request Systementwurf

Comments

@VonTum
Copy link
Collaborator

VonTum commented Nov 12, 2024

With wrappers for builtin floating-point modules (On Intel & Xilinx FPGAs), we have a far more competent language to be used at PC2.

Full parametrizability will likely be blocked by #25, but basic 32-bit floats shouldn't be an issue

  • Investigate such floating point libraries for Xilinx FPGAs (Vivado)
  • Investigate for Intel FPGAs (Intel Quartus)
  • Make shared library, with interface that is compatible with both
@VonTum VonTum added enhancement New feature or request Systementwurf labels Nov 12, 2024
@VonTum
Copy link
Collaborator Author

VonTum commented Nov 12, 2024

http://www.flopoco.org/ is a good resource for this

@VonTum
Copy link
Collaborator Author

VonTum commented Nov 12, 2024

As is https://www.sollya.org/

@VonTum
Copy link
Collaborator Author

VonTum commented Nov 12, 2024

Of course, DSP-based floating point units will be provided by Intel and Xilinx specifically. Look through documentation to see what's possible. Maybe look at HLS generated hardware?

@VonTum
Copy link
Collaborator Author

VonTum commented Nov 12, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Systementwurf
Projects
None yet
Development

No branches or pull requests

1 participant