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 11Advanced 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
136Hooks
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 .
You can’t perform that action at this time.
0 commit comments