Skip to content
Snippets Groups Projects
Commit e9c1ecd8 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Improved self checking description.

parent 59a9be4e
No related branches found
No related tags found
No related merge requests found
...@@ -21,8 +21,9 @@ ...@@ -21,8 +21,9 @@
-- Purpose: Testbench for tech_tse the Tripple Speed Ethernet IP technology wrapper. -- Purpose: Testbench for tech_tse the Tripple Speed Ethernet IP technology wrapper.
-- Description: -- Description:
-- The tb is self checking based on that tx_pkt_cnt=rx_pkt_cnt must be true -- The tb is self checking based on:
-- at the tb_end. -- . proc_tse_rx_packet() for expected header and data type
-- . tx_pkt_cnt=rx_pkt_cnt > 0 must be true at the tb_end.
-- Usage: -- Usage:
-- > as 10 -- > as 10
-- > run -all -- > run -all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment