Commit 43ed4fc8 authored by Marek Gumiński's avatar Marek Gumiński

Updated comments

parent 0671fff8
This diff is collapsed.
......@@ -387,9 +387,9 @@ def main (card=None, default_directory='.',suite=None,serial=""):
############################### test ##########################################
# transmit long frame
# pool CSR looking for TXERR during normal operation
# and with disconnected WorldFIP cable (should give error)
# transmit normal frame - make sure that tx error is inactive
# transmit corrupted frame - make sure that tx error is active
# frame is corrupted by forcing serial data output to constant 0 in gateware
util.section_msg("Testing FD TX_ERR line" )
dut.rst_core()
wait_transmission_termination( dut )
......@@ -400,9 +400,8 @@ def main (card=None, default_directory='.',suite=None,serial=""):
##############################################################################
############################### test ##########################################
# transmit long frame
# pool CSR looking for TXERR during normal operation
# and with disconnected WorldFIP cable (should give error)
# transmit regular frame and make sure that FD WDG line is inactive
# transmit frame long enough to activate watchdog
util.section_msg("Testing FD WDG_N line" )
dut.rst_core()
wait_transmission_termination( dut )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment