wiki:OFDM/MIMO/Docs/ModelPorts

Version 1 (modified by murphpo, 17 years ago) (diff)

--

Clocks

The entire MIMO OFDM model is driven by a single clock and has one top-level clock enable. The clock signal connected to opb_clk must be the same clock which drives the ADC/DACs on the radio daughtercards.

PortDefaultDirectionWidth
opb_clksys_clk_sInput1
cenet_vccInput1

OPB Interface Ports

The model includes a standard OPB slave interface. This interface is used to connect the OFDM core to an embedded PowerPC or Microblaze processor in the FPGA. This interface must be connected to a processor in order to use the OFDM core in hardware.

PortDefaultDirectionWidth
opb_abusOPB_ABusInput32
opb_beOPB_BEInput4
opb_dbusOPB_DBusInput32
opb_rnwOPB_RNWInput1
opb_rstOPB_RstInput1
opb_selectOPB_selectInput1
opb_seqaddrOPB_seqAddrInput1
sgp_dbusSl_DBusOutput32
sgp_errackSl_errAckOutput1
sgp_retrySl_retryOutput1
sgp_toutsupSl_toutSupOutput1
sgp_xferackSl_xferAckOutput1

OFDM Core

The OFDM core uses dedicated top-level ports to interface with other peripheral cores. Some of these signals are connected to radio bridges, which route the signals off-chip to radio daughtercards. The rest connect to other custom cores for radio-specific PHY functions like AGC and packet detection.

PortDefaultDirectionWidthNotes
rx_anta_adci_dv4Input14I channel ADC input from antenna A; data must be donwsampled to 1/4 the master clock
rx_anta_adcq_dv4Input14Q channel ADC input from antenna A; data must be donwsampled to 1/4 the master clock
rx_antb_adci_dv4Input14I channel ADC input from antenna B; data must be donwsampled to 1/4 the master clock
rx_antb_adcq_dv4Input14Q channel ADC input from antenna B; data must be donwsampled to 1/4 the master clock
rx_extpktdet Input1External packet detection input; high input indicates a probable arriving packet
rx_int_badpktOutput1Interrupt output signaling a received packet failed CRC
rx_int_goodpktOutput1Interrupt output signaling a received packet passed CRC and is ready for higher-layer processing
rx_pktdetreset Output1Active-high output indicating that packet detection events should be ignored while the PHY is busy
rx_reset Input1Active-high global reset input; clears all internal state in the receiver model; does not clear register values
tx_anta_dac_iOutput16I channel DAC output for antenna A; output runs at same rate as master clock
tx_anta_dac_qOutput16Q channel DAC output for antenna A; output runs at same rate as master clock
tx_antb_dac_iOutput16I channel DAC output for antenna B; output runs at same rate as master clock
tx_antb_dac_qOutput16Q channel DAC output for antenna B; output runs at same rate as master clock
tx_resetInput1Active-high global reset input; clears all internal state in the transmitter model; does not clear register values
tx_starttransmit Input1Active-high trigger to begin transmission of a packet; usually tied to one of the radio controller's TxStart outputs

Debugging Ports

PortDefaultDirectionWidthNotes
debug_chipscopetrig Input1External active-high trigger for ChipScope ILA core in the receiver
rx_debug_eq_iOuput14I channel of equalized symbols; usually tied to an analog daughtercard for real-time debugging
rx_debug_eq_qOuput14Q channel of equalized symbols; usually tied to an analog daughtercard for real-time debugging
rx_debug_payload Output1Copy of receiver's Payload signal; indicates receiver is currently processing a packet
rx_debug_pktdone Output1Copy of receiver's PktDone signal; indicates receiver has finished processing a packet
tx_debug_pktrunning Output1Copy of transmitter's PktRunning signa; indicates transmitter is actively transmitting a packet