Merge pull request #506 from steward-fu/master
Add STEP-MAX10 V1 board support.
This commit is contained in:
commit
0e2e1ce13f
|
|
@ -136,7 +136,7 @@ Intel:
|
|||
Flash: OK
|
||||
|
||||
- Description: Max 10
|
||||
Model: 10M08
|
||||
Model: 10M02, 10M08
|
||||
URL: https://www.intel.fr/content/www/fr/fr/products/details/fpga/max/10.html
|
||||
Memory: SVF
|
||||
Flash: POF
|
||||
|
|
|
|||
|
|
@ -995,3 +995,10 @@
|
|||
FPGA: Titanium Ti180J484 (and others)
|
||||
Memory: OK
|
||||
Flash: NA
|
||||
|
||||
- ID: step-max10_v1
|
||||
Description: STEP MAX10 V1
|
||||
URL: https://wiki.stepfpga.com/step-max10
|
||||
FPGA: Altera 10M02SCM153C8G
|
||||
Memory: OK
|
||||
Flash: NA
|
||||
|
|
|
|||
|
|
@ -253,7 +253,8 @@ static std::map <std::string, target_board_t> board_list = {
|
|||
JTAG_BOARD("zybo_z7_10", "xc7z010clg400", "digilent", 0, 0, CABLE_DEFAULT),
|
||||
JTAG_BOARD("zybo_z7_20", "xc7z020clg400", "digilent", 0, 0, CABLE_DEFAULT),
|
||||
JTAG_BOARD("mini_itx", "xc7z100ffg900", "jtag-smt2-nc", 0, 0, CABLE_DEFAULT),
|
||||
JTAG_BOARD("vmm3", "xc7s50csga324", "ft2232", 0, 0, CABLE_DEFAULT)
|
||||
JTAG_BOARD("vmm3", "xc7s50csga324", "ft2232", 0, 0, CABLE_DEFAULT),
|
||||
JTAG_BOARD("step-max10_v1", "10m02scm153c8g", "usb-blaster",0, 0, CABLE_DEFAULT)
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue