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

Bitstream updates and reconfiguration support in OpenFPGA #1723

Open
ohault opened this issue Jun 23, 2024 · 1 comment
Open

Bitstream updates and reconfiguration support in OpenFPGA #1723

ohault opened this issue Jun 23, 2024 · 1 comment

Comments

@ohault
Copy link

ohault commented Jun 23, 2024

FPGA bitstream generation and loading are becoming quite mature topics, but what about the issue of updates?

To dynamically modify a partial circuit on the reconfigurable structure at runtime, it would require the implementation of some dedicated functionality in the FPGAs.

How could such facilities be supported by OpenFPGA currently or in the future?

@tangxifan
Copy link
Collaborator

@ohault It is a good point, and we are aiming to it. However, in my view, it requires both hardware and software supports. Some of them have already been done but still you may need more.

Hardware

We have upgraded our configuration protocols to support partial reconfiguration. You can reconfigure part of an FPGA fabric.

Something is still missing could be gating the signals when loading a different bitstream.

Software

  • Placement may be reworked so that partial reconfiguration is only required in a small region of your FPGA.
  • Compare and merge bitstreams from two or more applications, with which it is easy to reconfigure an FPGA.

Here are my thoughts on this topic.
If you see anything missing, feel free to contact me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants