We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am seeing the following error when trying to run VPR against my design (generated using PRGA) -
Building complex block graph took 0.02 seconds (max_rss 17.2 MiB, delta_rss +1.0 MiB) Error 1: Type: Blif file File: syn.eblif Line: 126 Message: Failed to find matching architecture model for '$SDFF_PP0'
Any idea on why I might be seeing this?
The post implementation test bench should succeed as expected, but fails when VPR is upgraded to master and yosys is upgraded to main.
The test fails due to the above posted error.
I am trying to bring PRGA up to date with latest VTR and Yosys so we can work on adding new features.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am seeing the following error when trying to run VPR against my design (generated using PRGA) -
Building complex block graph took 0.02 seconds (max_rss 17.2 MiB, delta_rss +1.0 MiB)
Error 1:
Type: Blif file
File: syn.eblif
Line: 126
Message: Failed to find matching architecture model for '$SDFF_PP0'
Any idea on why I might be seeing this?
Expected Behaviour
The post implementation test bench should succeed as expected, but fails when VPR is upgraded to master and yosys is upgraded to main.
Current Behaviour
The test fails due to the above posted error.
Possible Solution
Steps to Reproduce
Context
I am trying to bring PRGA up to date with latest VTR and Yosys so we can work on adding new features.
Your Environment
The text was updated successfully, but these errors were encountered: