vendor.lattice_ecp5: revert default toolchain to Trellis.

This was unintentionally changed in 7fc1058e.
This commit is contained in:
whitequark 2019-08-25 08:07:00 +00:00
parent 72cf4ca991
commit b4b5d9e2ef

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