fusesoc / blinky

Example LED blinking project for your FPGA dev board of choice
MIT License
162 stars 70 forks source link

apf51: adding the armadeus board apf51dev with spartan6 #32

Closed Martoni closed 3 years ago

Martoni commented 4 years ago

An integration of APF51 board on apf51dev. Some explains are given on armadeus wiki.

The fpga is configured under U-Boot and need a binary format (.bin) instead of traditionnal bitstream (.bit). It's the reason of tcl file -> force generation of binary *.bin

olofk commented 3 years ago

Fantastic! Sorry for the long delay. Too many projects :/ Doing the bin conversion as a tcl script is the right way to go. In the long run we could consider to always generate a bin file in the ise backend. There was a change to the vivado backend a while ago to always make that output both bit and bin. But for now, yes, this is good