vendor.lattice_ecp5: revert default toolchain to Trellis.
authorwhitequark <cz@m-labs.hk>
Sun, 25 Aug 2019 08:07:00 +0000 (08:07 +0000)
committerwhitequark <cz@m-labs.hk>
Sun, 25 Aug 2019 08:07:00 +0000 (08:07 +0000)
This was unintentionally changed in 7fc1058e.

nmigen/vendor/lattice_ecp5.py

index 1d2d9b029a9823042bbe4a365cf0b235f0aa10a6..99849cc1fd6a7afd3abe3be4fdf6e7a9a0160f63 100644 (file)
@@ -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")