docs/library/axi_hmcad15xx/index.rst says:
.. hdl-parameters::
* - ADC_DATAPATH_DISABLE
- If set, the datapath processing is not generated and output data is
taken directly from the HMCAD15XX
but ADC_DATAPATH_DISABLE does not belong to axi_hmcad15xx, true matches are:
$ grep -rl ADC_DATAPATH_DISABLE | grep .xml
axi_adaq8092/component.xml
axi_ad9265/component.xml
axi_ad9361/component.xml
In the same IP I am also confused by
WARNING: library/axi_hmcad15xx/component.xml: FPGA_FAMILY defined in the hdl-parameters directive does not exist in the IP-XACT!
WARNING: library/axi_hmcad15xx/component.xml: SPEED_GRADE defined in the hdl-parameters directive does not exist in the IP-XACT!
WARNING: library/axi_hmcad15xx/component.xml: DEV_PACKAGE defined in the hdl-parameters directive does not exist in the IP-XACT!
does the IP handle FPGA_FAMILY , SPEED_GRADE , DEV_PACKAGE directly or was the doc "over documented"
The IP library normally is family-agnostic (with capabilities exceptions, e.g., transceivers)
docs/library/axi_hmcad15xx/index.rst says:
but ADC_DATAPATH_DISABLE does not belong to axi_hmcad15xx, true matches are:
In the same IP I am also confused by
does the IP handle FPGA_FAMILY , SPEED_GRADE , DEV_PACKAGE directly or was the doc "over documented"
The IP library normally is family-agnostic (with capabilities exceptions, e.g., transceivers)