File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 1
1
Advanced usage
2
2
==============
3
3
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.
12
5
13
6
Hooks
14
7
-----
@@ -56,6 +49,8 @@ Or in a multi-line format:
56
49
Options
57
50
-------
58
51
52
+ Options allow you to specify additional settings to fine-tune certain commands. The available options are:
53
+
59
54
.. ATTENTION ::
60
55
61
- WIP feature.
56
+ This feature is WIP .
You can’t perform that action at this time.
0 commit comments