Skip to content

Commit 9fb634e

Browse files
committed
docs: 'advanced' was updated/simplified
1 parent 29b3d35 commit 9fb634e

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

docs/advanced.rst

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
Advanced usage
22
==============
33

4-
PyFPGA offers advanced features for more customized and flexible control over FPGA project management.
5-
This section covers two key advanced features:
6-
7-
1. **Hooks**: These are points in the code where you can insert custom code to extend or modify the behavior of the tool.
8-
Hooks provide a way to integrate additional functionality or perform specific actions at predefined stages of the project lifecycle.
9-
10-
2. **Options**: This feature allows you to specify additional options to fine-tune the tool's behavior.
11-
Options provide greater control over the tool's operation and enable you to customize the processing according to your specific requirements.
4+
The flow implemented by PyFPGA should be sufficient for most cases, but further customizations are possible and discussed in this section.
125

136
Hooks
147
-----
@@ -56,6 +49,8 @@ Or in a multi-line format:
5649
Options
5750
-------
5851

52+
Options allow you to specify additional settings to fine-tune certain commands. The available options are:
53+
5954
.. ATTENTION::
6055

61-
WIP feature.
56+
This feature is WIP.

0 commit comments

Comments
 (0)