OpenFPGA shortcuts ------------------ OpenFPGA provides `bash`/`zsh` shell-based shortcuts to perform all essential functions and navigate through the directories. Go to the OpenFPGA directory and source ``openfpga.sh`` .. code-block:: bash cd ${OPENFPGA_PATH} && source openfpga.sh .. note:: The OpenFPGA shortcut works with only a bash-like shell. e.g., `bash`/`zsh`/`fish,` etc. Shortcut Commands ^^^^^^^^^^^^^^^^^ Once the ``openfpga.sh`` script is sourced, you can run any following commands directly in the terminal. .. option:: list-tasks This command lists all the OpenFPGA tasks from the current task directory. default task directory is considered as ``${OPENFPGA_PATH}/openfpga_flow/tasks`` .. option:: run-task **kwarags This command runs the specified task. The script will first look for the task in the current working directory. If it is not in the current directory, it will then search in ``TASK_DIRECTORY`` (relative to task directory). You can also provide a path as a task_name, for example, ``run-task basic_tests/generate_fabric`` The valid arguments listed here <_openfpga_task_args>`_, you can also run `run-task run-task` to get the list of command-line arguments. .. option:: create-task