Skip to content

Commit

Permalink
apio build refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Mar 17, 2024
1 parent bf609ca commit f0503b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apio/commands/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ def cli(ctx, **kwargs):
"""Synthesize the bitstream."""

# -- Extract the arguments
project_dir = kwargs[PROJECT_DIR]
board = kwargs[BOARD]
fpga = kwargs[FPGA]
pack = kwargs[PACK]
_type = kwargs[TYPE]
size = kwargs[SIZE]
project_dir = kwargs[PROJECT_DIR]
verbose = kwargs[VERBOSE]
verbose_yosys = kwargs[VERBOSE_YOSYS]
verbose_pnr = kwargs[VERBOSE_PNR]
Expand Down

0 comments on commit f0503b4

Please sign in to comment.