Go to the source code of this file.
Variables | |
| topology | TOPO |
| topology (NoC) | |
| int | num_rows |
| number of rows in topology | |
| int | num_cols |
| number of columns in topology | |
| int | num_tiles |
| number of tiles in topology | |
| sc_clock * | nw_clock |
| pointer to clock | |
| routing_type | RT_ALGO |
| routing algorithm | |
| int | LOG |
| log level (0 - 4) | |
| ULL | WARMUP |
| warmup period (in clock cycles) before traffic generation begins | |
| ULL | SIM_NUM |
| Total simulation cycles. | |
| ULL | TG_NUM |
| Number of clock cycles until which traffic is generated. | |
| int | NUM_BUFS |
| buffer depth (number of buffers in i/p channel fifo) | |
| int | FLITSIZE |
| size of flit (in bytes) | |
| int | HEAD_PAYLOAD |
| payload size (in bytes) in head/hdt flit | |
| int | DATA_PAYLOAD |
| payload size (in bytes) in data/tail flit | |
| ofstream | eventlog |
| file stream to log events | |
| sc_trace_file * | tracefile |
| file stream to generate vcd trace | |
| ofstream | results_log |
| file stream to log results | |
| double | CLK_FREQ |
| clock frequency (in GHz) | |
| double | CLK_PERIOD |
| clock period (in ns) | |
|
|
clock frequency (in GHz)
|
|
|
clock period (in ns)
|
|
|
payload size (in bytes) in data/tail flit
|
|
|
file stream to log events
|
|
|
size of flit (in bytes)
|
|
|
payload size (in bytes) in head/hdt flit
|
|
|
log level (0 - 4)
|
|
|
buffer depth (number of buffers in i/p channel fifo)
|
|
|
number of columns in topology
|
|
|
number of rows in topology
|
|
|
number of tiles in topology
|
|
|
pointer to clock
|
|
|
file stream to log results
|
|
|
routing algorithm
|
|
|
Total simulation cycles.
|
|
|
Number of clock cycles until which traffic is generated.
|
|
|
topology (NoC)
|
|
|
file stream to generate vcd trace
|
|
|
warmup period (in clock cycles) before traffic generation begins
|
1.3.9.1