Skip to content

Commit b79afdc

Browse files
authored
Merge pull request #508 from steward-fu/master
Add STEP-MXO2 V2 Board Support.
2 parents 0e2e1ce + aff1829 commit b79afdc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

doc/boards.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,3 +1002,10 @@
10021002
FPGA: Altera 10M02SCM153C8G
10031003
Memory: OK
10041004
Flash: NA
1005+
1006+
- ID: step-mxo2_v2
1007+
Description: STEP MXO2 V2
1008+
URL: https://wiki.stepfpga.com/xo2-4000hc
1009+
FPGA: Lattice LCMXO2-4000HC-4MG132CC
1010+
Memory: OK
1011+
Flash: OK

src/board.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,8 @@ static std::map <std::string, target_board_t> board_list = {
254254
JTAG_BOARD("zybo_z7_20", "xc7z020clg400", "digilent", 0, 0, CABLE_DEFAULT),
255255
JTAG_BOARD("mini_itx", "xc7z100ffg900", "jtag-smt2-nc", 0, 0, CABLE_DEFAULT),
256256
JTAG_BOARD("vmm3", "xc7s50csga324", "ft2232", 0, 0, CABLE_DEFAULT),
257-
JTAG_BOARD("step-max10_v1", "10m02scm153c8g", "usb-blaster",0, 0, CABLE_DEFAULT)
257+
JTAG_BOARD("step-max10_v1", "10m02scm153c8g", "usb-blaster",0, 0, CABLE_DEFAULT),
258+
JTAG_BOARD("step-mxo2_v2", "lcmxo2-4000hc-4mg132cc", "ft232",0, 0, CABLE_DEFAULT)
258259
};
259260

260261
#endif

0 commit comments

Comments
 (0)