build/xilinx/vivado: fix default synth-mode

This commit is contained in:
Florent Kermarrec 2019-10-09 10:19:18 +02:00
parent a4ef9b29b9
commit 7f1d4623ff
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ class XilinxVivadoToolchain:
self.false_paths.add((from_, to))
def vivado_build_args(parser):
parser.add_argument("--synth-mode", default=None, help="synthesis mode (vivado or yosys)")
parser.add_argument("--synth-mode", default="vivado", help="synthesis mode (vivado or yosys)")
def vivado_build_argdict(args):