1 / 14

Proof of Concept – Full Test Bench

Proof of Concept – Full Test Bench. Testbench : tb_AZALIA_BLOCK_poc.vhd. Description: This is an overview of both full frames sent as well as the partial third frame. Proof of Concept – SYNC Tags. Testbench : tb_AZALIA_BLOCK_poc.vhd.

kylene
Télécharger la présentation

Proof of Concept – Full Test Bench

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Proof of Concept – Full Test Bench Testbench: tb_AZALIA_BLOCK_poc.vhd Description: This is an overview of both full frames sent as well as the partial third frame.

  2. Proof of Concept – SYNC Tags Testbench: tb_AZALIA_BLOCK_poc.vhd Description: The red circles show the SYNC signal’s stream tags.

  3. Proof of Concept – Reset, First SDO, First Tag Testbench: tb_AZALIA_BLOCK_poc.vhd Description: The red circles show the initial reset assertion. The white block shows the initial read from SRAM to the output block. The orange block shows the first word output to SDO and first bytes received by SDI0 and SDI1. Also notice the first stream tag in green.

  4. Proof of Concept – First Read, Second Read Testbench: tb_AZALIA_BLOCK_poc.vhd Description: Notice the first read from SRAM in the white block. Also seen is the second read in yellow.

  5. Proof of Concept – First non-CORB, first SDI Testbench: tb_AZALIA_BLOCK_poc.vhd Description: Notice the final read from SRAM of the last word of CORB data. Notice the first read from SRAM of non-CORB output data. Note in red the first write to SRAM from SDI0 (on left) and SDI1 (on right) [data is to RIRB].

  6. Proof of Concept – SDO vs. SDI Testbench: tb_AZALIA_BLOCK_poc.vhd Description: Notice the reads from SRAM to SDO (red) occur twice as often as reads from SDI to SRAM (yellow) [Due to double-pumping of output block]

  7. Proof of Concept – Request Tx Data Testbench: tb_AZALIA_BLOCK_poc.vhd Description: Notice the assertion of the REQ_Tx_DATA signal after all SDO data has been read from SRAM. The system, in white, begins reading data from SRAM while the system is not busy after this assertion.

  8. Proof of Concept – Strobe New Tx Data Testbench: tb_AZALIA_BLOCK_poc.vhd Description: Notice in white the system beginning to read again from SRAM after the controller is no longer busy. Also, in red, the system strobes the Tx_DATA_STB to indicate it has finished with new transmit data and the system’s response, de-asserting REQ_Tx_DATA.

  9. Proof of Concept – Rx Data End Testbench: tb_AZALIA_BLOCK_poc.vhd Description: In red, the system asserts NEW_Rx_DATA after receiving the last of the SDI data. In white, the system reading all SDI data (notice the RIRB AA’s and 55’s). In yellow, the system strobingRx_DATA_STB and the device’s response by de-asserting NEW_Rx_DATA.

  10. Proof of Concept – Tx/Rx Data End Testbench: tb_AZALIA_BLOCK_poc.vhd Description: Notice the reads to/from SRAM by the system in white and yellow. Of particular note (red double-arrow) is the time remaining after all data has been read by the system ( > 1 us ).

  11. Proof of Concept – Begin Frame 2 Testbench: tb_AZALIA_BLOCK_poc.vhd Description: This is the start of the second frame. In white, the initial SDO data for frame two is read from SRAM. In red, the first SDO data arrives on-time. The error flag (pink) is never strobed.

  12. Proof of Concept – Dropped Packet Errors Testbench: tb_AZALIA_BLOCK_poc.vhd Description: Notice in red, if Tx_DATA_STB is never strobed, the dropped packed error is strobed, and the REQ_Tx_DATA signal is de-asserted. In yellow, if RX_DATA_STB is never strobed, the dropped packet error is strobed, and the REQ_Rx_DATA signal is de-asserted.

  13. Long Run – Full Long Test Bench Testbench: tb_AZALIA_BLOCK_longrun.vhd Description: This is an overview of all 100 full frames sent.

  14. Long Run – Single Frame Testbench: tb_AZALIA_BLOCK_longrun.vhd Description: One full frame of IO data.

More Related