mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 09:59:03 +02:00
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:
@@ -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"}},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user