Skip to content

Commit

Permalink
deploy: 9fb634e
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomelo9 committed Aug 13, 2024
1 parent ba3dc21 commit fb42fa2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
13 changes: 4 additions & 9 deletions _sources/advanced.rst.txt
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.
10 changes: 3 additions & 7 deletions advanced.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,7 @@

<section id="advanced-usage">
<h1>Advanced usage<a class="headerlink" href="#advanced-usage" title="Link to this heading"></a></h1>
<p>PyFPGA offers advanced features for more customized and flexible control over FPGA project management.
This section covers two key advanced features:</p>
<p>1. <strong>Hooks</strong>: 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.</p>
<p>2. <strong>Options</strong>: 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.</p>
<p>The flow implemented by PyFPGA should be sufficient for most cases, but further customizations are possible and discussed in this section.</p>
<section id="hooks">
<h2>Hooks<a class="headerlink" href="#hooks" title="Link to this heading"></a></h2>
<p>Hooks allow you to insert custom code at specific stages of the project lifecycle. The available hooks are:</p>
Expand Down Expand Up @@ -144,9 +139,10 @@ <h2>Hooks<a class="headerlink" href="#hooks" title="Link to this heading"></a
</section>
<section id="options">
<h2>Options<a class="headerlink" href="#options" title="Link to this heading"></a></h2>
<p>Options allow you to specify additional settings to fine-tune certain commands. The available options are:</p>
<div class="admonition attention">
<p class="admonition-title">Attention</p>
<p>WIP feature.</p>
<p>This feature is WIP.</p>
</div>
</section>
</section>
Expand Down
Loading

0 comments on commit fb42fa2

Please sign in to comment.