Steward
分享是一種喜悅、更是一種幸福
微處理器 - Lattice LCMXO2-1200HC-4SG32C - 解決ERROR: The JED file isn't match with FPGA ID問題
問題如下:
# This file is the STEPLINK Programming log # Planform : FLAG_MXO2_1200HC NOTE: Detected JED File NOTE: Detected the MXO2 FPGA device ERROR: The JED file isn't match with FPGA ID
解法如下:
# 修改前 ecppack --compress top.txt top.bit --jed top.jed # 修改後 ecppack --compress --jed-note "DESIGN NAME: top.ncd" --jed-note "DEVICE NAME: LCMXO2-1200HC-4QFN32" top.txt top.bit --jed top.jed