URL
https://opencores.org/ocsvn/async_sdm_noc/async_sdm_noc/trunk
[/] [async_sdm_noc/] [trunk/] [sdm/] [define.h] - Diff between revs 37 and 82
Show entire file |
Details |
Blame |
View Log
Rev 37 |
Rev 82 |
Line 22... |
Line 22... |
#define SC_INCLUDE_DYNAMIC_PROCESSES
|
#define SC_INCLUDE_DYNAMIC_PROCESSES
|
#include "sim_ana.h"
|
#include "sim_ana.h"
|
#include "pdu_def.h"
|
#include "pdu_def.h"
|
|
|
// channel bandwidth
|
// channel bandwidth
|
const unsigned int ChBW = 1; // the data width of a single virtual circuit in unit of bytes
|
const unsigned int ChBW = 1; // the data width of a single virtual circuit in unit of byte, must equal DW/8
|
const unsigned int SubChN = 1; // the number of virtual circuits or VCs per direction
|
const unsigned int SubChN = 1; // the number of virtual circuits or VCs per direction, must equal VCN
|
const unsigned int FSIZE_MAX = 512; // the longest frame has 512 bytes of data
|
const unsigned int FSIZE_MAX = 512; // the longest frame has 512 bytes of data
|
|
|
const unsigned int DIMX = 4; // the X size of the mesh network
|
const unsigned int DIMX = 4; // the X size of the mesh network
|
const unsigned int DIMY = 4; // the Y size of the mesh network
|
const unsigned int DIMY = 4; // the Y size of the mesh network
|
const unsigned int FLEN = 64; // the payload size of a frame in unit of bytes
|
const unsigned int FLEN = 64; // the payload size of a frame in unit of bytes
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.