Store SFD transfer sim time
This commit is contained in:
@@ -120,6 +120,7 @@ Attributes:
|
||||
* `data`: bytearray
|
||||
* `error`: error field, optional; list, each entry qualifies the corresponding entry in `data`.
|
||||
* `sim_time_start`: simulation time of first transfer cycle of frame.
|
||||
* `sim_time_sfd`: simulation time at which the SFD was transferred.
|
||||
* `sim_time_end`: simulation time of last transfer cycle of frame.
|
||||
* `start_lane`: byte lane in which the start control character was transferred.
|
||||
* `tx_complete`: event or callable triggered when frame is transmitted.
|
||||
@@ -387,6 +388,7 @@ Attributes:
|
||||
* `data`: bytearray
|
||||
* `ctrl`: control field, optional; list, each entry qualifies the corresponding entry in `data` as an XGMII control character.
|
||||
* `sim_time_start`: simulation time of first transfer cycle of frame.
|
||||
* `sim_time_sfd`: simulation time at which the SFD was transferred.
|
||||
* `sim_time_end`: simulation time of last transfer cycle of frame.
|
||||
* `start_lane`: byte lane in which the start control character was transferred.
|
||||
* `tx_complete`: event or callable triggered when frame is transmitted.
|
||||
|
||||
Reference in New Issue
Block a user