Go to the source code of this file.
Classes | |
| struct | source_hdr |
| routing header for source routing algorithm More... | |
| struct | rt_dst_hdr |
| routing header for XY and OE routing algorithm. More... | |
| struct | AntNet_hdr |
| routing header for Ant based routing algorithm More... | |
| union | routing_hdr |
| routing header in flit More... | |
| struct | payload_hdr |
| payload in head/hdt flit More... | |
| struct | flit_head |
| flit header in head/hdt flit More... | |
| struct | flit_data |
| flit header in data/tail flit More... | |
| union | flit_hdr |
| flit header, depending on type of flit (hdt, head, data, tail) More... | |
| struct | ant_hdr |
| packet header for ant packets More... | |
| struct | noc_hdr |
| packet header for noc packets More... | |
| union | pkt_hdr |
| packet header (depending on packet type) More... | |
| struct | ECC |
| Error control code. More... | |
| struct | sim_hdr |
| header to record simulation data More... | |
| struct | flit |
| flit data structure More... | |
Functions | |
| ostream & | operator<< (ostream &os, const flit &temp) |
| ostream & | operator<< (ostream &os, const sim_hdr &temp) |
| void | sc_trace (sc_trace_file *&tf, const flit &a, const std::string &name) |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
1.3.9.1