Skip to content
Snippets Groups Projects
Commit 915ec846 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk
Browse files

wrsw_nic/nic_tx_fsm: reorganized FSM and some signal assignments

- removed declarations of unused signals
- reduced padding_size to bits needed for padding possible runt Ethernet
  frames
- simplified signal assignments and conditions in FSM (e.g. no need to
  check if needs_padding = 1 and padding_size /= 0, because when former
  is true, the latter is always true too)
- moved assignment of outputs validated with other outputs outside FSM
  to simplify the logic (fake rtu decision)
parent 23e65dd4
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