OpenCores
URL https://opencores.org/ocsvn/async_sdm_noc/async_sdm_noc/trunk

Subversion Repositories async_sdm_noc

[/] [async_sdm_noc/] [trunk/] [sdm/] [define.v] - Blame information for rev 23

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 13 wsong0210
/*
2
 Asynchronous SDM NoC
3
 (C)2011 Wei Song
4
 Advanced Processor Technologies Group
5
 Computer Science, the Univ. of Manchester, UK
6
 
7
 Authors:
8
 Wei Song     wsong83@gmail.com
9
 
10
 License: LGPL 3.0 or later
11
 
12
 Router configuration header file for SDM routers.
13
 
14
 History:
15
 20/09/2009  Initial version. <wsong83@gmail.com>
16
 23/05/2011  Clean up for opensource. <wsong83@gmail.com>
17
 
18
*/
19
 
20
// if VCN > 1, set ENABLE_CLOS to use the 2-stage Clos switch for less switching area
21
`define ENABLE_CLOS
22
 
23 23 wsong0210
// Using the asynchronous virsion of the Concurrent round-robine dispatching
24
// algorithm for the 2-stage Clos can save some area but introduce a 5%
25
// throughput loss
26
// `define ENABLE_CRRD
27
 
28
// for the SDM router using crossbars and the Clos router using CRRD
29
// algorithm, using the multi-resource match arbiter may save the area in
30
// switch allocators
31
// `define ENABLE_MRMA
32
 
33 13 wsong0210
// set to enable channel slicing for fast data paths
34
`define ENABLE_CHANNEL_SLICING
35
 
36
// set to use the early acknowledge of lokkahead pipelines in the critical cycle
37
`define ENABLE_LOOKAHEAD
38
 
39
// always set in wormhole and SDM routers to enable the eof bit in data pipeline stages
40
`define ENABLE_EOF

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.