build/lattice/diamond: set timingstrict default value to False (similar to others build backends)

This commit is contained in:
Florent Kermarrec 2020-11-28 07:56:30 +01:00
parent 52a1622895
commit 785bc7e86c
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ class LatticeDiamondToolchain:
build_dir = "build",
build_name = "top",
run = True,
timingstrict = True,
timingstrict = False,
**kwargs):
# Create build directory