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

Maintain backward compatibility for concat_pass_wire #1531

Open
alaindargelas opened this issue Jan 23, 2024 · 0 comments
Open

Maintain backward compatibility for concat_pass_wire #1531

alaindargelas opened this issue Jan 23, 2024 · 0 comments

Comments

@alaindargelas
Copy link

alaindargelas commented Jan 23, 2024

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Clone OpenFPGA repository and checkout commit id:

5164421...2ae0d08#diff-3594f5423ea1e44928a56cc5c62ff68cefed5658f5898e67331c6da77a162a56

  1. Execute OpenFPGA task or your own example:
  2. See error

Expected behavior
A clear and concise description of what you expected to happen.

After this PR, all pre-existing vpr.xml have to be amended like following:
From:
<layout tileable="true" through_channel="true">
To:
<layout tileable="true" through_channel="true" concat_wire="false" concat_pass_wire="true">

To maintain Bitstream backward compatibility.
This pauses a problem for tape-outs in progress.
Please invert the logic so the default value of concat_wire="false" concat_pass_wire="true" are as noted here.

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.

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

1 participant