From: Jean THOMAS Date: Mon, 22 Jun 2020 14:00:31 +0000 (+0200) Subject: Rollback to the ECP5 P/N used in ECPIX-5 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=71dc12c0839eaec0a5655dcbdccbde846a331b0d;p=gram.git Rollback to the ECP5 P/N used in ECPIX-5 --- 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"