-
Notifications
You must be signed in to change notification settings - Fork 6
Update Yosys plugins package version #955
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
base: master
Are you sure you want to change the base?
Conversation
d5b12ec to
39ad671
Compare
|
@mkurc-ant, CI is still failing |
|
@tpagarani I'm still working on solving the failures one by one. |
47a6cc5 to
6317e15
Compare
|
@tpagarani I have found and fixed a bug for the repacker script for The VPR architecture now supports I suggest re-visiting the synthesis flow so that Yosys emits FFs of the type actually needed by a design, not always |
|
@mkurc-ant the reason all the ffs are being mapped to dffsr is that we are connecting control signals (set/reset/enable) to either 0 or 1. if we do not tie the control signals to known value and instead leave them floating then VPR packs the ffs which have different control signal value (e.g. a 'dff' and 'dffr') together leading to wrong functionality. Is there any other way to specify VPR not to pack such ffs together. |
|
@tpagarani I understand. One way to achieve this is to have separate modes for whole CLBs instead of per flip-flop. Then once packer chooses one of them it won't be able to pack FFs of different types there. The similar thing would need to be done for IOs. Another problem with having eg |
d9f2a42 to
f5da94f
Compare
Signed-off-by: Maciej Kurc <[email protected]>
Signed-off-by: Maciej Kurc <[email protected]>
Signed-off-by: Maciej Kurc <[email protected]>
Signed-off-by: Maciej Kurc <[email protected]>
…tor. Signed-off-by: Maciej Kurc <[email protected]>
Signed-off-by: Maciej Kurc <[email protected]>
f5da94f to
c349272
Compare
Signed-off-by: Maciej Kurc <[email protected]>
Signed-off-by: Maciej Kurc <[email protected]>
No description provided.