build/generic_platform: replace set with list for sources/verilog_include_paths
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 17 Oct 2019 07:52:31 +0000 (09:52 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 17 Oct 2019 07:52:49 +0000 (09:52 +0200)
commit43f5d1ef13abc3b07de63c3563a592abf8a66bd2
treeb428e33e64d3cc85b735dfd96f356a5865192c69
parent97a77b950c436530390d43a7754cff28f86faa8c
build/generic_platform: replace set with list for sources/verilog_include_paths

Python does not have native OrderedSet and we need to be able to preserve the order of the sources
for some backends (Verilator for instance), so use list instead of set.
litex/build/generic_platform.py