rfsoc_overlay¶
PYNQ overlay management — loads the bitstream and exposes IP cores to higher-level tasks.
rfsoc_rfdc.rfsoc_overlay
¶
Classes¶
RFSoCOverlay(path_to_bitstream=None, **kwargs)
¶
Bases: Overlay
Represents an RFSoC overlay.
This class extends the Overlay class and provides additional functionality specific to RFSoC devices.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
path_to_bitstream
|
str
|
Path to the bitstream file (.bit). If not provided, the default bitstream file in the current directory will be used. |
None
|
**kwargs
|
Additional keyword arguments to be passed to the |
{}
|
Initializes the RFSoCOverlay object.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
path_to_bitstream
|
str
|
Path to the bitstream file (.bit). If not provided, the default bitstream file in the current directory will be used. |
None
|
**kwargs
|
Additional keyword arguments to be passed to the |
{}
|