|
Post by gchopra on May 1, 2013 3:35:58 GMT
SystemC and TLM both offer FIFO. Are SC_FIFO and TLM_FIFO equivalent to each other?
|
|
|
Post by richa11verma on May 1, 2013 11:10:39 GMT
SystemC and TLM both offer FIFO. Are SC_FIFO and TLM_FIFO equivalent to each other? Hello Gagan sc_fifo and tlm_fifo differ a little bit. tlm_fifo can be zero or infinite sized whereas sc_fifo ranges from 1 to 16(though this can be extended to some finite level) Your question would be answered clearly if you go through home.engineering.iastate.edu/~zambreno/classes/cpre588/documents/RosSwa05A.pdf
|
|
|
Post by gchopra on May 2, 2013 2:53:14 GMT
Hello Richa Verma,
Thanks For your reply !!!
|
|
|
Post by anamikas on May 2, 2013 5:30:49 GMT
SystemC and TLM both offer FIFO. Are SC_FIFO and TLM_FIFO equivalent to each other? Hello Gagan, Tlm_fifo is defined on the basis of SystemC sc_fifo with the additional capability of having a zero or infinite size..
|
|