2014-04-24 15:13:24 +00:00
|
|
|
|
|
|
|
|
2017-05-12 17:25:17 +00:00
|
|
|
package require qsys
|
2019-01-11 08:54:16 +00:00
|
|
|
package require quartus::device
|
|
|
|
|
2014-04-24 15:13:24 +00:00
|
|
|
source ../scripts/adi_env.tcl
|
2016-12-08 21:02:40 +00:00
|
|
|
source ../scripts/adi_ip_alt.tcl
|
2014-04-24 15:13:24 +00:00
|
|
|
|
|
|
|
set_module_property NAME axi_ad9671
|
|
|
|
set_module_property DESCRIPTION "AXI AD9671 Interface"
|
|
|
|
set_module_property VERSION 1.0
|
2015-07-17 14:07:15 +00:00
|
|
|
set_module_property GROUP "Analog Devices"
|
2014-04-24 15:13:24 +00:00
|
|
|
set_module_property DISPLAY_NAME axi_ad9671
|
2019-01-11 08:54:16 +00:00
|
|
|
set_module_property VALIDATION_CALLBACK info_param_validate
|
2014-04-24 15:13:24 +00:00
|
|
|
|
|
|
|
# files
|
|
|
|
|
|
|
|
add_fileset quartus_synth QUARTUS_SYNTH "" "Quartus Synthesis"
|
2014-10-09 19:22:36 +00:00
|
|
|
set_fileset_property quartus_synth TOP_LEVEL axi_ad9671
|
2015-06-04 14:49:17 +00:00
|
|
|
add_fileset_file ad_rst.v VERILOG PATH $ad_hdl_dir/library/common/ad_rst.v
|
2014-08-28 17:16:03 +00:00
|
|
|
add_fileset_file ad_pnmon.v VERILOG PATH $ad_hdl_dir/library/common/ad_pnmon.v
|
2014-04-24 15:13:24 +00:00
|
|
|
add_fileset_file ad_datafmt.v VERILOG PATH $ad_hdl_dir/library/common/ad_datafmt.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_adc_common.v VERILOG PATH $ad_hdl_dir/library/common/up_adc_common.v
|
|
|
|
add_fileset_file up_adc_channel.v VERILOG PATH $ad_hdl_dir/library/common/up_adc_channel.v
|
2016-12-08 21:02:40 +00:00
|
|
|
add_fileset_file ad_xcvr_rx_if.v VERILOG PATH $ad_hdl_dir/library/common/ad_xcvr_rx_if.v
|
2014-10-13 14:06:40 +00:00
|
|
|
add_fileset_file ad_mem.v VERILOG PATH $ad_hdl_dir/library/common/ad_mem.v
|
2014-04-24 15:13:24 +00:00
|
|
|
add_fileset_file axi_ad9671_pnmon.v VERILOG PATH axi_ad9671_pnmon.v
|
|
|
|
add_fileset_file axi_ad9671_if.v VERILOG PATH axi_ad9671_if.v
|
|
|
|
add_fileset_file axi_ad9671_channel.v VERILOG PATH axi_ad9671_channel.v
|
2014-10-09 19:22:36 +00:00
|
|
|
add_fileset_file axi_ad9671.v VERILOG PATH axi_ad9671.v TOP_LEVEL_FILE
|
2017-05-23 11:43:31 +00:00
|
|
|
add_fileset_file up_xfer_cntrl_constr.sdc SDC PATH $ad_hdl_dir/library/altera/common/up_xfer_cntrl_constr.sdc
|
|
|
|
add_fileset_file up_xfer_status_constr.sdc SDC PATH $ad_hdl_dir/library/altera/common/up_xfer_status_constr.sdc
|
|
|
|
add_fileset_file up_clock_mon_constr.sdc SDC PATH $ad_hdl_dir/library/altera/common/up_clock_mon_constr.sdc
|
|
|
|
add_fileset_file up_rst_constr.sdc SDC PATH $ad_hdl_dir/library/altera/common/up_rst_constr.sdc
|
2014-04-24 15:13:24 +00:00
|
|
|
|
|
|
|
# parameters
|
|
|
|
|
2015-08-19 11:11:47 +00:00
|
|
|
add_parameter ID INTEGER 0
|
|
|
|
set_parameter_property ID DEFAULT_VALUE 0
|
|
|
|
set_parameter_property ID DISPLAY_NAME ID
|
|
|
|
set_parameter_property ID TYPE INTEGER
|
|
|
|
set_parameter_property ID UNITS None
|
|
|
|
set_parameter_property ID HDL_PARAMETER true
|
|
|
|
|
|
|
|
add_parameter QUAD_OR_DUAL_N INTEGER 0
|
|
|
|
set_parameter_property QUAD_OR_DUAL_N DEFAULT_VALUE 1
|
|
|
|
set_parameter_property QUAD_OR_DUAL_N DISPLAY_NAME QUAD_OR_DUAL_N
|
|
|
|
set_parameter_property QUAD_OR_DUAL_N TYPE INTEGER
|
|
|
|
set_parameter_property QUAD_OR_DUAL_N UNITS None
|
|
|
|
set_parameter_property QUAD_OR_DUAL_N HDL_PARAMETER true
|
2014-04-24 15:13:24 +00:00
|
|
|
|
2019-01-11 08:54:16 +00:00
|
|
|
adi_add_auto_fpga_spec_params
|
|
|
|
|
2014-04-24 15:13:24 +00:00
|
|
|
# axi4 slave
|
|
|
|
|
2017-07-20 13:25:53 +00:00
|
|
|
ad_ip_intf_s_axi s_axi_aclk s_axi_aresetn
|
2014-04-24 15:13:24 +00:00
|
|
|
|
|
|
|
# transceiver interface
|
|
|
|
|
2016-12-08 21:02:40 +00:00
|
|
|
ad_alt_intf clock rx_clk input 1
|
|
|
|
ad_alt_intf signal rx_sof input 4 export
|
2014-04-24 15:13:24 +00:00
|
|
|
|
2016-12-08 21:02:40 +00:00
|
|
|
add_interface if_rx_data avalon_streaming sink
|
|
|
|
add_interface_port if_rx_data rx_data data input 64*QUAD_OR_DUAL_N+64
|
|
|
|
add_interface_port if_rx_data rx_valid valid input 1
|
|
|
|
add_interface_port if_rx_data rx_ready ready output 1
|
|
|
|
set_interface_property if_rx_data associatedClock if_rx_clk
|
|
|
|
set_interface_property if_rx_data dataBitsPerSymbol 64
|
2014-04-24 15:13:24 +00:00
|
|
|
|
2016-12-08 21:02:40 +00:00
|
|
|
add_interface if_sync conduit end
|
|
|
|
set_interface_property if_sync associatedClock if_clk
|
|
|
|
add_interface_port if_sync adc_sync_in sync_in Input 1
|
|
|
|
add_interface_port if_sync adc_sync_out sync_out Output 1
|
|
|
|
add_interface_port if_sync adc_raddr_in raddr_in Input 4
|
|
|
|
add_interface_port if_sync adc_raddr_out raddr_out Output 4
|
2014-10-29 16:20:26 +00:00
|
|
|
|
2014-04-24 15:13:24 +00:00
|
|
|
# dma interface
|
|
|
|
|
2016-12-08 21:02:40 +00:00
|
|
|
ad_alt_intf clock adc_clk output 1
|
|
|
|
ad_alt_intf reset adc_rst output 1 if_adc_clk
|
2014-04-24 15:13:24 +00:00
|
|
|
|
2016-12-08 21:02:40 +00:00
|
|
|
add_interface adc_ch conduit end
|
|
|
|
add_interface_port adc_ch adc_enable enable Output 8
|
|
|
|
add_interface_port adc_ch adc_valid valid Output 8
|
|
|
|
add_interface_port adc_ch adc_data data Output 128
|
|
|
|
|
|
|
|
set_interface_property adc_ch associatedClock if_rx_clk
|
|
|
|
set_interface_property adc_ch associatedReset none
|
|
|
|
|
|
|
|
ad_alt_intf signal adc_dovf input 1 ovf
|
2014-04-24 15:13:24 +00:00
|
|
|
|