Skip to content

Commit

Permalink
docs: 'advanced' was updated/simplified
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomelo9 committed Aug 13, 2024
1 parent 29b3d35 commit 9fb634e
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions docs/advanced.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
Advanced usage
==============

PyFPGA offers advanced features for more customized and flexible control over FPGA project management.
This section covers two key advanced features:

1. **Hooks**: These are points in the code where you can insert custom code to extend or modify the behavior of the tool.
Hooks provide a way to integrate additional functionality or perform specific actions at predefined stages of the project lifecycle.

2. **Options**: This feature allows you to specify additional options to fine-tune the tool's behavior.
Options provide greater control over the tool's operation and enable you to customize the processing according to your specific requirements.
The flow implemented by PyFPGA should be sufficient for most cases, but further customizations are possible and discussed in this section.

Hooks
-----
Expand Down Expand Up @@ -56,6 +49,8 @@ Or in a multi-line format:
Options
-------

Options allow you to specify additional settings to fine-tune certain commands. The available options are:

.. ATTENTION::

WIP feature.
This feature is WIP.

0 comments on commit 9fb634e

Please sign in to comment.