pynq.pl_server.hwh_parser Module
The pynq.pl_server.hwh_parser module parses the metadata file (hwh file). The goal is to extract useful information about the bitstream, including IP parameters, system clocks, block hierarchy, interrupts, and many others. This is the legacy way of getting the overlay information.
- pynq.pl_server.hwh_parser.HWH
alias of
_HWHABC
- pynq.pl_server.hwh_parser.get_hwh_name(bitfile_name)[source]
This method returns the name of the hwh file.
For example, the input “/home/xilinx/pynq/overlays/base/base.bit” will lead to the result “/home/xilinx/pynq/overlays/base/base.hwh”.
- Parameters:
bitfile_name (str) – The absolute path of the .bit file.
- Returns:
The absolute path of the .hwh file.
- Return type:
str