Altera_Forum
Honored Contributor
10 years agoCyclone V SDI ii IP CORE,how to use altera-modelsim to simulate?
Hi,
Could you help me for three questions about Cyclone V SDI ii IP core? First question: I use two SDI ii cores, one for TX and one for RX, pattern gen ---- SDI ii TX ---- SDI ii RX. The SDI ii core generate TX and RX files(xx_rx_sim, xx_tx_sim) are the same name sdi_ii_0001, so I use modelsim to simulate error. How to resolve this? Second question: SDI v14.0 IP CORE can use for Quartus 14.0? I use it same to sdi ii core ,but sdi v14.0 core work Abnormally. Third queston: SDI ii demo design -- sdi_ii_reconfig_logic -- Transceiver Reconfiguration Controller Streamer Module Registers mode 1,direct write. assign override_hd_data = ((FAMILY == "Stratix V") | (FAMILY == "Arria V GZ")) ? ({readdata[31:16], ((std_select[0] && ~std_select[1]) ? 4'h3: 4'h5), ((std_select[0] && ~std_select[1]) ? 4'ha: 4'h5), readdata[7:5], 1'b0, readdata[3:0]}) : ({readdata[31:16], 2'b00, ((std_select[0] && !std_select[1]) ? 4'h3: 4'h5), ((std_select[0] && !std_select[1]) ? 4'ha: 4'h5), readdata[5:4],1'b0,readdata[2:0]}); why ? I don't found it in the sdi_ii core use guide.pdf and xcvr_use_guide.pdf. Thank for your help.