I want to work on NoC router and to do this,I use Atlas Framework that creates VHDL code for NoC.
I need to add some modification to switch between two input channels. So, I want to know when a packet is transmitted completely to make control of switching between channels. It uses credit_o signal to control flows of sending flits to buffers,but I don't know how it realizes that a packet is transmitted completely?