pluto_hdl_adi/library/util_adcfifo
AndreiGrozav 66823682b6 Add FPGA info parameters flow
Common basic steps:
- Include/create infrastructure:

   * Intel:
       - require quartus::device package
       - set_module_property VALIDATION_CALLBACK info_param_validate

   * Xilinx
       - add bd.tcl, containing init{} procedure. The init procedure will be
         called when the IP will be instantiated into the block design.
       - add to the xilinx_blockdiagram file group the bd.tcl and common_bd.tcl
       - create GUI files

- add parameters in *_ip.tcl and *_hw.tcl (adi_add_auto_fpga_spec_params)
- add/propagate the info parameters through the IP verilog files

axi_clkgen
util_adxcvr
ad_ip_jesd204_tpl_adc
ad_ip_jesd204_tpl_dac
axi_ad5766
axi_ad6676
axi_ad9122
axi_ad9144
axi_ad9152
axi_ad9162
axi_ad9250
axi_ad9265
axi_ad9680
axi_ad9361
axi_ad9371
axi_adrv9009
axi_ad9739a
axi_ad9434
axi_ad9467
axi_ad9684
axi_ad9963
axi_ad9625
axi_ad9671
axi_hdmi_tx
axi_fmcadc5_sync
2019-03-30 11:26:11 +02:00
..
Makefile util_adcfifo: Synchronize the ad_rst and use it as a synchronous reset 2018-08-21 11:42:48 +03:00
util_adcfifo.v Add FPGA info parameters flow 2019-03-30 11:26:11 +02:00
util_adcfifo_constr.sdc Remove executable flag from non-executable files 2017-07-28 17:56:07 +02:00
util_adcfifo_constr.xdc constraints: Update constraints 2017-02-24 13:43:32 +02:00
util_adcfifo_hw.tcl Add FPGA info parameters flow 2019-03-30 11:26:11 +02:00
util_adcfifo_ip.tcl util_adcfifo: Synchronize the ad_rst and use it as a synchronous reset 2018-08-21 11:42:48 +03:00