Fix `-vlgincdir` for xst.
authorTim 'mithro' Ansell <me@mith.ro>
Tue, 18 Dec 2018 05:11:14 +0000 (21:11 -0800)
committerTim 'mithro' Ansell <me@mith.ro>
Tue, 18 Dec 2018 05:11:14 +0000 (21:11 -0800)
commit8b2abc7e892590f3998c28005ec4ba90c19760f1
treeb0e1afb4a26a09b95b1af064ffd6ec9081448a57
parent0ade06c0f0b3ba747ceee5e35ea0abc7bc20df77
Fix `-vlgincdir` for xst.

The command line is of the form;
```
-vlgincdir {"path1" "path2"}
```

Fixes the following error;
```
WARNING:Xst:3164 - Option "-vlgincdir" found multiple times in the command line. Only the first occurence is considered.
```
litex/build/xilinx/ise.py