intro.rst (aaccf3c97418f169afdbb5855e9cbcbda34e90fd) | intro.rst (4a6ff3c9a6fadd98ca4ba8e78820a06ad3e50863) |
---|---|
1Introduction 2============ 3 4The FPGA subsystem supports reprogramming FPGAs dynamically under 5Linux. Some of the core intentions of the FPGA subsystems are: 6 7* The FPGA subsystem is vendor agnostic. 8 --- 30 unchanged lines hidden (view full) --- 39bridge in FPGA fabric that surrounds a partial reconfiguration region 40of an FPGA. This subsystem includes fpga-bridge.c and the low level 41drivers that are registered with it. 42 43FPGA Region 44----------- 45 46If you are adding a new interface to the FPGA framework, add it on top | 1Introduction 2============ 3 4The FPGA subsystem supports reprogramming FPGAs dynamically under 5Linux. Some of the core intentions of the FPGA subsystems are: 6 7* The FPGA subsystem is vendor agnostic. 8 --- 30 unchanged lines hidden (view full) --- 39bridge in FPGA fabric that surrounds a partial reconfiguration region 40of an FPGA. This subsystem includes fpga-bridge.c and the low level 41drivers that are registered with it. 42 43FPGA Region 44----------- 45 46If you are adding a new interface to the FPGA framework, add it on top |
47of an FPGA region to allow the most reuse of your interface. | 47of an FPGA region. |
48 49The FPGA Region framework (fpga-region.c) associates managers and 50bridges as reconfigurable regions. A region may refer to the whole 51FPGA in full reconfiguration or to a partial reconfiguration region. 52 53The Device Tree FPGA Region support (of-fpga-region.c) handles 54reprogramming FPGAs when device tree overlays are applied. | 48 49The FPGA Region framework (fpga-region.c) associates managers and 50bridges as reconfigurable regions. A region may refer to the whole 51FPGA in full reconfiguration or to a partial reconfiguration region. 52 53The Device Tree FPGA Region support (of-fpga-region.c) handles 54reprogramming FPGAs when device tree overlays are applied. |