enjoy-digital / litex

Build your hardware, easily!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SoC Appears to no longer fit inside Ice40 FPGA

JamesTimothyMeech opened this issue · comments

I found that the icebreaker example SoC no longer fits in the Ice40: icebreaker-fpga/icebreaker-litex-examples#14

I was told that I should report this to LiteX.

Hi @JamesTimothyMeech,

the design in icebreaker-fpga is a bit outdated and Icebreaker support has been based on this and further improved, so I would recommend using it.

I just tested python3 -m litex_boards.targets.icebreaker --cpu-type=vexriscv --cpu-variant=lite --build which build correctly.

Thanks, this one builds without errors!