We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17eafd1 commit 720569eCopy full SHA for 720569e
comp/mfb_tools/debug/gen_loop_switch/sw/gls_mod.py
@@ -205,8 +205,8 @@ def run_test(
205
tx_total_speed = round(tx_total_speed, 2)
206
rx_total_speed = round(rx_total_speed, 2)
207
208
- tx_total_speed_conv, tx_units = convert_units(tx_app_speed)
209
- rx_total_speed_conv, rx_units = convert_units(rx_app_speed)
+ tx_total_speed_conv, tx_units = convert_units(tx_total_speed)
+ rx_total_speed_conv, rx_units = convert_units(rx_total_speed)
210
211
# Total => all ports added together
212
print(f"Total Speed TX: {tx_total_speed_conv:7.2f} [{tx_units}bps]")
0 commit comments