From 71dc12c0839eaec0a5655dcbdccbde846a331b0d Mon Sep 17 00:00:00 2001 From: Jean THOMAS Date: Mon, 22 Jun 2020 16:00:31 +0200 Subject: [PATCH] Rollback to the ECP5 P/N used in ECPIX-5 --- examples/customecpix5.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/customecpix5.py b/examples/customecpix5.py index ee2f910..8ba2b97 100644 --- a/examples/customecpix5.py +++ b/examples/customecpix5.py @@ -10,8 +10,7 @@ __all__ = ["ECPIX5Platform"] class ECPIX5Platform(LatticeECP5Platform): - #device = "LFE5UM5G-85F" - device = "LFE5U-85F" + device = "LFE5UM5G-85F" package = "BG554" speed = "8" default_clk = "clk100" -- 2.30.2