-
Notifications
You must be signed in to change notification settings - Fork 249
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
ICESUGAR target fails to build #39
Comments
Yes you'll need to adapt icesugar.mk and create RTL/CONFIGS/icesugar_config.v plus a couple of other changes (I could not test it with the icesugar). It is not very difficult to do, let me know if you want to do it / test it and I'll help you. |
@piso77 Hi, were you able to do a core on icesugar or icesugar-nano on the SPI flash? |
I have a series of commits to enable ICESUGAR, but it never really worked - not sure if if was the flash chip or something in my memory map. Should give it another shot, or prepare a pull request if you want to try it out. |
I had a luck running a laggy UART hello word from old version using the
firmware.hex.
New versions of this repo is broken for icesugar, managed to edit for
successful compile, but no luck to see it alive.
…On Wed, Apr 13, 2022, 7:37 AM Paolo Pisati ***@***.***> wrote:
I have a series of commits to enable ICESUGAR, but it never really worked
- not sure if if was the flash chip or something in my memory map. Should
give it another shot, or prepare a pull request if you want to try it out.
—
Reply to this email directly, view it on GitHub
<#39 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPIOWGSCQHFRPFVOOIPNCTVEZTSJANCNFSM44A6YHQQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
UPDATE: |
learn-fpga/FemtoRV$ make ICESUGAR
...
make[2]: Leaving directory '/home/flag/fpga_stuff/learn-fpga/FemtoRV/FIRMWARE/CRT'
==== Generated femtorv32 libs.
make[1]: Leaving directory '/home/flag/fpga_stuff/learn-fpga/FemtoRV/FIRMWARE'
make: *** No rule to make target 'FIRMWARE/firmware.hex', needed by 'ICESUGAR.synth'. Stop.
The text was updated successfully, but these errors were encountered: