-
Notifications
You must be signed in to change notification settings - Fork 225
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
icebram: Found some bitslices up to 1 times, others only 0 times! #200
Comments
Meanwhile I figured out, that yosys or how I instrument it might be responsible for my finding with icebram
But finally, only a single SB_RAM40_4K is used, not 8.
As you can see, the following instances are removed by the optimizer
|
As mentioned, Yosys is removing some RAM instances for optimization purpose. That is absolutely in line with the behavioral model. When I really make use of all the data in RAM, not optimization is performed and I can instrument icebram as anticipated. Problem solved! |
I like to initialize memory and subsitute it after synthesis by instrumenting icebram
The following command issues an error
and here is the error
How should I proceed?
The text was updated successfully, but these errors were encountered: