xmos / lib_ethernet

Ethernet MAC library
Other
3 stars 12 forks source link

Adding RX backpressure test which replicates github issue 13 #27

Closed pthedinger closed 6 years ago

pthedinger commented 6 years ago

The current test results show that there are issues in more than just one configuration:


TEST SUMMARY

lib_ethernet::basic_tests::test_rx_backpressure[mac=standard;arch=xs1;phy=mii;clk=25Mhz] FAIL lib_ethernet::basic_tests::test_rx_backpressure[mac=rt;arch=xs1;phy=mii;clk=25Mhz] FAIL lib_ethernet::basic_tests::test_rx_backpressure[mac=rt_hp;arch=xs1;phy=mii;clk=25Mhz] FAIL lib_ethernet::basic_tests::test_rx_backpressure[mac=standard;arch=xs2;phy=mii;clk=25Mhz] FAIL lib_ethernet::basic_tests::test_rx_backpressure[mac=rt;arch=xs2;phy=mii;clk=25Mhz] FAIL lib_ethernet::basic_tests::test_rx_backpressure[mac=rt_hp;arch=xs2;phy=mii;clk=25Mhz] FAIL lib_ethernet::basic_tests::test_rx_backpressure[mac=rt;arch=xs2;phy=rgmii;clk=25Mhz] PASS lib_ethernet::basic_tests::test_rx_backpressure[mac=rt_hp;arch=xs2;phy=rgmii;clk=25Mhz] PASS lib_ethernet::basic_tests::test_rx_backpressure[mac=rt;arch=xs2;phy=rgmii;clk=125Mhz] PASS lib_ethernet::basic_tests::test_rx_backpressure[mac=rt_hp;arch=xs2;phy=rgmii;clk=125Mhz] PASS

4/10 PASSED

ahogen commented 6 years ago

(just linking to the issue, for documentation's sake)

Related to issue #13

larry-xmos commented 6 years ago

Related to issue #13

@ahogen Thank you, the pull request title should have used '#13' that Github would automatically expand to a hyperlink

larry-xmos commented 6 years ago

All looks fine to me. It would be good to try AN00199 on the eXplorerKIT.