You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If .net and .route is such that one net appears on multiple IPINs on one block, then OpenFPGA (repack and/or bitstream) may deviate from the connection specified in these files. This may affect timing.
IPINs don't change. The choices on "mux" and "complete" muxes inside the block may change.
Any of these would be preferable:
Always follow .net and .route faithfully.
Have a "faithfulness" option.
Write back out .net and/or .route to indicate what OpenFPGA did.
Quiet/unannounced changes can lead to confusion during detailed debug and/or timing surprises.
Thanks
To Reproduce
Steps to reproduce the behavior:
Clone OpenFPGA repository and checkout commit id:
Execute OpenFPGA task or your own example:
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Enviornment (please complete the following information):
OS:
Compiler:
Version:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
If .net and .route is such that one net appears on multiple IPINs on one block, then OpenFPGA (repack and/or bitstream) may deviate from the connection specified in these files. This may affect timing.
IPINs don't change. The choices on "mux" and "complete" muxes inside the block may change.
Any of these would be preferable:
Quiet/unannounced changes can lead to confusion during detailed debug and/or timing surprises.
Thanks
The text was updated successfully, but these errors were encountered: