From 9e6dccc2776127308c92a9b109114e387a9352ef Mon Sep 17 00:00:00 2001 From: DurandA Date: Fri, 9 Aug 2019 09:48:43 +0200 Subject: [PATCH] Remove ECP5 Evaluation Board programmer --- MANIFEST.in | 1 - litex_boards/community/platforms/ecp5_evn.py | 9 ++++----- .../community/platforms/prog/ecp5-evn.cfg | 16 ---------------- 3 files changed, 4 insertions(+), 22 deletions(-) delete mode 100644 MANIFEST.in delete mode 100644 litex_boards/community/platforms/prog/ecp5-evn.cfg diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index 382c984..0000000 --- a/MANIFEST.in +++ /dev/null @@ -1 +0,0 @@ -graft litex_boards/community/platforms/prog diff --git a/litex_boards/community/platforms/ecp5_evn.py b/litex_boards/community/platforms/ecp5_evn.py index 61db93d..c7facfe 100644 --- a/litex_boards/community/platforms/ecp5_evn.py +++ b/litex_boards/community/platforms/ecp5_evn.py @@ -3,8 +3,6 @@ from litex.build.generic_platform import * from litex.build.lattice import LatticePlatform -from litex.build.lattice.programmer import LatticeProgrammer -from litex.build.openocd import OpenOCD # IOs ---------------------------------------------------------------------------------------------- @@ -128,6 +126,7 @@ class Platform(LatticePlatform): return LatticePlatform.request(self, *args, **kwargs) def create_programmer(self): - fdir = os.path.join( - os.path.abspath(os.path.dirname(__file__)), "prog") - return OpenOCD(os.path.join(fdir, "ecp5-evn.cfg")) \ No newline at end of file + pass + # fdir = os.path.join( + # os.path.abspath(os.path.dirname(__file__)), "prog") + # return OpenOCD(os.path.join(fdir, "ecp5-evn.cfg")) diff --git a/litex_boards/community/platforms/prog/ecp5-evn.cfg b/litex_boards/community/platforms/prog/ecp5-evn.cfg deleted file mode 100644 index 8828b92..0000000 --- a/litex_boards/community/platforms/prog/ecp5-evn.cfg +++ /dev/null @@ -1,16 +0,0 @@ -# this supports ECP5 Evaluation Board - -interface ftdi -ftdi_device_desc "Lattice ECP5 Evaluation Board" -ftdi_vid_pid 0x0403 0x6010 -# channel 1 does not have any functionality -ftdi_channel 0 -# just TCK TDI TDO TMS, no reset -ftdi_layout_init 0xfff8 0xfffb -reset_config none - -# default speed -adapter_khz 5000 - -# ECP5 device - LFE5UM5G-85F -jtag newtap ecp5 tap -irlen 8 -expected-id 0x81113043