vendor.lattice_ecp5: revert default toolchain to Trellis.
This was unintentionally changed in 7fc1058e
.
This commit is contained in:
parent
72cf4ca991
commit
b4b5d9e2ef
2
nmigen/vendor/lattice_ecp5.py
vendored
2
nmigen/vendor/lattice_ecp5.py
vendored
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue