mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
build/xilinx/vivado: Fix typo.
This commit is contained in:
parent
99550809b3
commit
2a19a61e05
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ def vivado_build_argdict(args):
|
|||
return {
|
||||
"synth_mode" : args.synth_mode,
|
||||
"vivado_synth_directive" : args.vivado_synth_directive,
|
||||
"vivado_opt_directive" : args.vivado_vivado_opt_directive,
|
||||
"vivado_opt_directive" : args.vivado_opt_directive,
|
||||
"vivado_place_directive" : args.vivado_place_directive,
|
||||
"vivado_post_place_phys_opt_directive" : args.vivado_post_place_phys_opt_directive,
|
||||
"vivado_route_directive" : args.vivado_route_directive,
|
||||
|
|
Loading…
Reference in a new issue