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
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.
The text was updated successfully, but these errors were encountered:
5164421...2ae0d08#diff-3594f5423ea1e44928a56cc5c62ff68cefed5658f5898e67331c6da77a162a56
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.
The text was updated successfully, but these errors were encountered: