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

Subversion Repositories robust_ahb_matrix

[/] [robust_ahb_matrix/] [trunk/] [src/] [base/] [def_ahb_matrix_static.txt] - Blame information for rev 5

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

Line No. Rev Author Line
1 5 eyalhoc
 
2
SWAP MODEL_NAME AHB matrix
3
 
4 2 eyalhoc
SWAP MSTRS MASTER_NUM
5
SWAP SLVS EXPR(SLAVE_NUM+DVAL(DECERR_SLV))
6
 
7
LOOP MX MSTRS
8
LOOP SX SLVS
9
 
10
SWAP MSTR_BITS LOG2(MSTRS)
11
SWAP SLV_BITS  LOG2(SLVS)
12
 
13
SWAP SERR EXPR(SLVS-1)
14
 
15
 
16
 
17
GROUP AHB_CMD is {
18
  HADDR   ADDR_BITS   input
19
  HBURST  3           input
20
  HSIZE   2           input
21
  HTRANS  2           input
22
  HWRITE  1           input
23
}
24
 
25
GROUP AHB_RESP is {
26
  HWDATA  DATA_BITS   input
27
  HRDATA  DATA_BITS   output
28
  HRESP   1           output
29
}
30
 
31
GROUP AHB joins {
32
  GROUP AHB_CMD
33
  GROUP AHB_RESP
34
  HREADY  1           output
35
}

powered by: WebSVN 2.1.0

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