Friday, November 17, 2017

Difference between |->(implication) and ##delay

Implication operator
|- >  work like a trigger
the simulation will be divided into two parts left and right 
will wait first for left side simulation, then will simulate right side


Delay :
##delay : simulation will occur on one line
so implication operator is beneficial as it will save a lot of tool effort and simulation will be faster

Ethernet and more

Ethernet is a protocol under IEEE 802.33 standard User Datagram Protocol (UDP) UDP is a connectionless transport protocol. I...