litex-hub / linux-on-litex-vexriscv

Linux on LiteX-VexRiscv
BSD 2-Clause "Simplified" License
552 stars 174 forks source link

UL3S LFE5U-85F version support #276

Closed imuguruza closed 2 years ago

imuguruza commented 2 years ago

I am trying to load the bitstream to my ULX3S board and i got the next message:

Found LFE5U-85F device, but the bitstream is for LFE5U-45F.

Can I synth somehow for this part number instead of the 45F? Thanks!

enjoy-digital commented 2 years ago

This should work: ./make.py --board=ulx3s --device=LFE5U-85F --build --load.

imuguruza commented 2 years ago

Ok, let my try it :)

enjoy-digital commented 2 years ago

Closing this, please re-open if not working :)