Support Arty S7-50

Added Xilinx xc7s50 device to part.hpp; added support for generating
spiOverJtag bitstream file for that device and added bitstream to repo.
Converted xdc file from DOC line endings to native line endings.
This commit is contained in:
Staf Verhaegen
2020-08-08 11:42:38 +02:00
parent 75f160ef00
commit ced3363ee5
9 changed files with 38 additions and 26 deletions
+1
View File
@@ -16,6 +16,7 @@ static std::map <int, fpga_model> fpga_list = {
{0x44008093, {"xilinx", "spartan6", "xc6slx45"}},
{0x03620093, {"xilinx", "spartan7", "xc7s15ftgb196-1"}},
{0x0362f093, {"xilinx", "spartan7", "xc7s50"}},
{0x020f30dd, {"altera", "cyclone 10 LP", "10CL025"}},