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=""): ...@@ -387,9 +387,9 @@ def main (card=None, default_directory='.',suite=None,serial=""):
############################### test ########################################## ############################### test ##########################################
# transmit long frame # transmit normal frame - make sure that tx error is inactive
# pool CSR looking for TXERR during normal operation # transmit corrupted frame - make sure that tx error is active
# and with disconnected WorldFIP cable (should give error) # frame is corrupted by forcing serial data output to constant 0 in gateware
util.section_msg("Testing FD TX_ERR line" ) util.section_msg("Testing FD TX_ERR line" )
dut.rst_core() dut.rst_core()
wait_transmission_termination( dut ) wait_transmission_termination( dut )
...@@ -400,9 +400,8 @@ def main (card=None, default_directory='.',suite=None,serial=""): ...@@ -400,9 +400,8 @@ def main (card=None, default_directory='.',suite=None,serial=""):
############################################################################## ##############################################################################
############################### test ########################################## ############################### test ##########################################
# transmit long frame # transmit regular frame and make sure that FD WDG line is inactive
# pool CSR looking for TXERR during normal operation # transmit frame long enough to activate watchdog
# and with disconnected WorldFIP cable (should give error)
util.section_msg("Testing FD WDG_N line" ) util.section_msg("Testing FD WDG_N line" )
dut.rst_core() dut.rst_core()
wait_transmission_termination( dut ) 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