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 2

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

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

powered by: WebSVN 2.1.0

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