Skip to content

Commit

Permalink
build/xilinx/vivado: Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Sep 13, 2024
1 parent 9955080 commit 2a19a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex/build/xilinx/vivado.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2a19a61

Please sign in to comment.