-
Notifications
You must be signed in to change notification settings - Fork 24
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
Improve resources usage. #54
Comments
I've been thinking that the PHY can be simplified a lot by removing the |
@zyp: This architecture change could indeed make senses, it would probably reduce complexity and then resource usage. Without modifying the architecture, I did some simplifications in the code and the current resource usage status now is:
|
Out of curiosity, have you checked the resource usage with only the master module enabled, not MMAP? |
With |
@kgugala - Can you please get someone to take a look at this? |
@pawelsag please take a look |
LiteSPI is working correctly with good performance on the different boards it has been tested but uses more resources than the LiteX SPIFlash core that was used previously.
When testing different configurations on the iCEBreaker (with
python3 -m litex_boards.targets.1bitsquared_icebreaker --cpu-type=serv --build
) we get the following resource usage:The LiteX's SPIFlash core was equivalent to LiteSPI with Master enabled, so we should reduce resource usage to be able to do efficient designs on small FPGAs.
The text was updated successfully, but these errors were encountered: