From a5eb6a810e47ba67e164e3d6343c845b8dfa7475 Mon Sep 17 00:00:00 2001 From: whitequark Date: Sun, 25 Aug 2019 08:07:00 +0000 Subject: [PATCH] vendor.lattice_ecp5: revert default toolchain to Trellis. This was unintentionally changed in 7fc1058e. --- nmigen/vendor/lattice_ecp5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmigen/vendor/lattice_ecp5.py b/nmigen/vendor/lattice_ecp5.py index 1d2d9b0..99849cc 100644 --- a/nmigen/vendor/lattice_ecp5.py +++ b/nmigen/vendor/lattice_ecp5.py @@ -233,7 +233,7 @@ class LatticeECP5Platform(TemplatedPlatform): # Common logic - def __init__(self, *, toolchain="Diamond"): + def __init__(self, *, toolchain="Trellis"): super().__init__() assert toolchain in ("Trellis", "Diamond") -- 2.30.2