build/generic_platform: use list for sources instead of set
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 20 Jul 2018 08:01:33 +0000 (10:01 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 20 Jul 2018 08:01:33 +0000 (10:01 +0200)
commit8a311bf4a60327bcad31f1ba9c2257556ff94f85
tree25389e4174767da944b9e11567cb2dc7ec7a85a6
parentdf7e5dbcf66f98271eb6c3e12744ec794fb1778e
build/generic_platform: use list for sources instead of set

Ideally, we want to use an ordered set (to be able to keep compilation order), to avoid using an external package, we use a list.
litex/build/altera/quartus.py
litex/build/generic_platform.py
litex/build/lattice/diamond.py
litex/build/lattice/icestorm.py
litex/build/xilinx/ise.py
litex/build/xilinx/vivado.py