mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
build/lattice/diamond: set timingstrict default value to False (similar to others build backends)
This commit is contained in:
parent
52a1622895
commit
785bc7e86c
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ class LatticeDiamondToolchain:
|
|||
build_dir = "build",
|
||||
build_name = "top",
|
||||
run = True,
|
||||
timingstrict = True,
|
||||
timingstrict = False,
|
||||
**kwargs):
|
||||
|
||||
# Create build directory
|
||||
|
|
Loading…
Reference in a new issue