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")