axi_hdmi_tx: Update IP to latest HDL flow
Conflicts: library/axi_hdmi_tx/axi_hdmi_tx_hw.tclmain
parent
585ed44983
commit
520a7ea972
|
@ -5,6 +5,7 @@ package require quartus::device
|
|||
|
||||
source ../scripts/adi_env.tcl
|
||||
source ../scripts/adi_ip_intel.tcl
|
||||
source $ad_hdl_dir/library/scripts/adi_intel_device_info_enc.tcl
|
||||
|
||||
set_module_property NAME axi_hdmi_tx
|
||||
set_module_property DESCRIPTION "AXI HDMI Transmit Interface"
|
||||
|
@ -12,31 +13,32 @@ set_module_property VERSION 1.0
|
|||
set_module_property GROUP "Analog Devices"
|
||||
set_module_property DISPLAY_NAME axi_hdmi_tx
|
||||
set_module_property VALIDATION_CALLBACK info_param_validate
|
||||
set_module_property ELABORATION_CALLBACK add_out_interface
|
||||
|
||||
# files
|
||||
|
||||
add_fileset quartus_synth QUARTUS_SYNTH "" "Quartus Synthesis"
|
||||
set_fileset_property quartus_synth TOP_LEVEL axi_hdmi_tx
|
||||
add_fileset_file ad_mem.v VERILOG PATH $ad_hdl_dir/library/common/ad_mem.v
|
||||
add_fileset_file ad_rst.v VERILOG PATH $ad_hdl_dir/library/common/ad_rst.v
|
||||
add_fileset_file ad_csc.v VERILOG PATH $ad_hdl_dir/library/common/ad_csc.v
|
||||
add_fileset_file ad_csc_RGB2CrYCb.v VERILOG PATH $ad_hdl_dir/library/common/ad_csc_RGB2CrYCb.v
|
||||
add_fileset_file ad_ss_444to422.v VERILOG PATH $ad_hdl_dir/library/common/ad_ss_444to422.v
|
||||
add_fileset_file up_axi.v VERILOG PATH $ad_hdl_dir/library/common/up_axi.v
|
||||
add_fileset_file up_xfer_cntrl.v VERILOG PATH $ad_hdl_dir/library/common/up_xfer_cntrl.v
|
||||
add_fileset_file up_xfer_status.v VERILOG PATH $ad_hdl_dir/library/common/up_xfer_status.v
|
||||
add_fileset_file up_clock_mon.v VERILOG PATH $ad_hdl_dir/library/common/up_clock_mon.v
|
||||
add_fileset_file up_hdmi_tx.v VERILOG PATH $ad_hdl_dir/library/common/up_hdmi_tx.v
|
||||
add_fileset_file ad_mul.v VERILOG PATH $ad_hdl_dir/library/intel/common/ad_mul.v
|
||||
add_fileset_file axi_hdmi_tx_vdma.v VERILOG PATH axi_hdmi_tx_vdma.v
|
||||
add_fileset_file axi_hdmi_tx_es.v VERILOG PATH axi_hdmi_tx_es.v
|
||||
add_fileset_file axi_hdmi_tx_core.v VERILOG PATH axi_hdmi_tx_core.v
|
||||
add_fileset_file axi_hdmi_tx.v VERILOG PATH axi_hdmi_tx.v TOP_LEVEL_FILE
|
||||
add_fileset_file up_xfer_cntrl_constr.sdc SDC PATH $ad_hdl_dir/library/intel/common/up_xfer_cntrl_constr.sdc
|
||||
add_fileset_file up_xfer_status_constr.sdc SDC PATH $ad_hdl_dir/library/intel/common/up_xfer_status_constr.sdc
|
||||
add_fileset_file up_clock_mon_constr.sdc SDC PATH $ad_hdl_dir/library/intel/common/up_clock_mon_constr.sdc
|
||||
add_fileset_file up_rst_constr.sdc SDC PATH $ad_hdl_dir/library/intel/common/up_rst_constr.sdc
|
||||
add_fileset_file axi_hdmi_tx_constr.sdc SDC PATH axi_hdmi_tx_constr.sdc
|
||||
ad_ip_files axi_hdmi_tx [list \
|
||||
$ad_hdl_dir/library/common/ad_mem.v \
|
||||
$ad_hdl_dir/library/common/ad_rst.v \
|
||||
$ad_hdl_dir/library/common/ad_csc.v \
|
||||
$ad_hdl_dir/library/common/ad_csc_RGB2CrYCb.v \
|
||||
$ad_hdl_dir/library/common/ad_ss_444to422.v \
|
||||
$ad_hdl_dir/library/common/up_axi.v \
|
||||
$ad_hdl_dir/library/common/up_xfer_cntrl.v \
|
||||
$ad_hdl_dir/library/common/up_xfer_status.v \
|
||||
$ad_hdl_dir/library/common/up_clock_mon.v \
|
||||
$ad_hdl_dir/library/common/up_hdmi_tx.v \
|
||||
$ad_hdl_dir/library/intel/common/ad_mul.v \
|
||||
$ad_hdl_dir/library/intel/common/up_xfer_cntrl_constr.sdc \
|
||||
$ad_hdl_dir/library/intel/common/up_xfer_status_constr.sdc \
|
||||
$ad_hdl_dir/library/intel/common/up_clock_mon_constr.sdc \
|
||||
$ad_hdl_dir/library/intel/common/up_rst_constr.sdc \
|
||||
axi_hdmi_tx_vdma.v \
|
||||
axi_hdmi_tx_es.v \
|
||||
axi_hdmi_tx_core.v \
|
||||
axi_hdmi_tx.v \
|
||||
axi_hdmi_tx_constr.sdc \
|
||||
]
|
||||
|
||||
# parameters
|
||||
|
||||
|
@ -52,20 +54,19 @@ set_parameter_property CR_CB_N DISPLAY_NAME CR_CB_N
|
|||
set_parameter_property CR_CB_N UNITS None
|
||||
set_parameter_property CR_CB_N HDL_PARAMETER true
|
||||
|
||||
add_parameter FPGA_TECHNOLOGY INTEGER 0
|
||||
set_parameter_property FPGA_TECHNOLOGY DEFAULT_VALUE 16
|
||||
set_parameter_property FPGA_TECHNOLOGY DISPLAY_NAME FPGA_TECHNOLOGY
|
||||
set_parameter_property FPGA_TECHNOLOGY TYPE INTEGER
|
||||
set_parameter_property FPGA_TECHNOLOGY UNITS None
|
||||
set_parameter_property FPGA_TECHNOLOGY HDL_PARAMETER true
|
||||
add_parameter INTERFACE STRING "16_BIT"
|
||||
set_parameter_property INTERFACE DEFAULT_VALUE "16_BIT"
|
||||
set_parameter_property INTERFACE DISPLAY_NAME INTERFACE
|
||||
set_parameter_property INTERFACE TYPE STRING
|
||||
set_parameter_property INTERFACE ALLOWED_RANGES { "16_BIT" "24_BIT" "36_BIT" "16_BIT_EMBEDDED_SYNC" }
|
||||
set_parameter_property INTERFACE HDL_PARAMETER false
|
||||
|
||||
add_parameter EMBEDDED_SYNC INTEGER 0
|
||||
set_parameter_property EMBEDDED_SYNC DEFAULT_VALUE 0
|
||||
set_parameter_property EMBEDDED_SYNC DISPLAY_NAME EMBEDDED_SYNC
|
||||
set_parameter_property EMBEDDED_SYNC UNITS None
|
||||
set_parameter_property EMBEDDED_SYNC HDL_PARAMETER true
|
||||
add_parameter DEVICE STRING ""
|
||||
set_parameter_property DEVICE SYSTEM_INFO {DEVICE}
|
||||
set_parameter_property DEVICE HDL_PARAMETER false
|
||||
set_parameter_property DEVICE VISIBLE false
|
||||
|
||||
adi_add_auto_fpga_spec_params
|
||||
adi_add_device_spec_param "FPGA_TECHNOLOGY"
|
||||
|
||||
# axi4 slave
|
||||
|
||||
|
@ -79,33 +80,45 @@ add_interface_port hdmi_clock hdmi_clk clk Input 1
|
|||
add_interface hdmi_if conduit end
|
||||
set_interface_property hdmi_if associatedClock hdmi_clock
|
||||
add_interface_port hdmi_if hdmi_out_clk h_clk Output 1
|
||||
add_interface_port hdmi_if hdmi_16_hsync h16_hsync Output 1
|
||||
add_interface_port hdmi_if hdmi_16_vsync h16_vsync Output 1
|
||||
add_interface_port hdmi_if hdmi_16_data_e h16_data_e Output 1
|
||||
add_interface_port hdmi_if hdmi_16_data h16_data Output 16
|
||||
add_interface_port hdmi_if hdmi_16_es_data h16_es_data Output 16
|
||||
add_interface_port hdmi_if hdmi_24_hsync h24_hsync Output 1
|
||||
add_interface_port hdmi_if hdmi_24_vsync h24_vsync Output 1
|
||||
add_interface_port hdmi_if hdmi_24_data_e h24_data_e Output 1
|
||||
add_interface_port hdmi_if hdmi_24_data h24_data Output 24
|
||||
add_interface_port hdmi_if hdmi_36_hsync h36_hsync Output 1
|
||||
add_interface_port hdmi_if hdmi_36_vsync h36_vsync Output 1
|
||||
add_interface_port hdmi_if hdmi_36_data_e h36_data_e Output 1
|
||||
add_interface_port hdmi_if hdmi_36_data h36_data Output 36
|
||||
|
||||
# avalon streaming dma
|
||||
# streaming dma
|
||||
|
||||
add_interface vdma_clock clock end
|
||||
add_interface_port vdma_clock vdma_clk clk Input 1
|
||||
|
||||
add_interface vdma_if avalon_streaming end
|
||||
add_interface vdma_if axi4stream end
|
||||
set_interface_property vdma_if associatedClock vdma_clock
|
||||
add_interface_port vdma_if vdma_valid valid Input 1
|
||||
add_interface_port vdma_if vdma_data data Input 64
|
||||
add_interface_port vdma_if vdma_ready ready Output 1
|
||||
set_interface_property vdma_if associatedReset s_axi_reset
|
||||
add_interface_port vdma_if vdma_valid tvalid Input 1
|
||||
add_interface_port vdma_if vdma_data tdata Input 64
|
||||
add_interface_port vdma_if vdma_ready tready Output 1
|
||||
add_interface_port vdma_if vdma_end_of_frame tlast Input 1
|
||||
|
||||
# frame sync
|
||||
proc add_out_interface {} {
|
||||
|
||||
ad_interface signal vdma_fs output 1
|
||||
ad_interface signal vdma_fs_ret input 1
|
||||
set interface [get_parameter_value INTERFACE]
|
||||
switch $interface {
|
||||
"16_BIT" {
|
||||
add_interface_port hdmi_if hdmi_16_hsync h16_hsync Output 1
|
||||
add_interface_port hdmi_if hdmi_16_vsync h16_vsync Output 1
|
||||
add_interface_port hdmi_if hdmi_16_data_e h16_data_e Output 1
|
||||
add_interface_port hdmi_if hdmi_16_data h16_data Output 16
|
||||
}
|
||||
"24_BIT" {
|
||||
add_interface_port hdmi_if hdmi_24_hsync h24_hsync Output 1
|
||||
add_interface_port hdmi_if hdmi_24_vsync h24_vsync Output 1
|
||||
add_interface_port hdmi_if hdmi_24_data_e h24_data_e Output 1
|
||||
add_interface_port hdmi_if hdmi_24_data h24_data Output 24
|
||||
}
|
||||
"36_BIT" {
|
||||
add_interface_port hdmi_if hdmi_36_hsync h36_hsync Output 1
|
||||
add_interface_port hdmi_if hdmi_36_vsync h36_vsync Output 1
|
||||
add_interface_port hdmi_if hdmi_36_data_e h36_data_e Output 1
|
||||
add_interface_port hdmi_if hdmi_36_data h36_data Output 36
|
||||
}
|
||||
"16_BIT_EMBEDDED_SYNC" {
|
||||
add_interface_port hdmi_if hdmi_16_es_data h16_es_data Output 16
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue