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] - Rev 2

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

SWAP MSTRS MASTER_NUM
SWAP SLVS EXPR(SLAVE_NUM+DVAL(DECERR_SLV))

LOOP MX MSTRS
LOOP SX SLVS

SWAP MSTR_BITS LOG2(MSTRS) 
SWAP SLV_BITS  LOG2(SLVS) 

SWAP SERR EXPR(SLVS-1)



GROUP AHB_CMD is {
  HADDR   ADDR_BITS   input
  HBURST  3           input
  HSIZE   2           input
  HTRANS  2           input
  HWRITE  1           input
}

GROUP AHB_RESP is {
  HWDATA  DATA_BITS   input
  HRDATA  DATA_BITS   output
  HRESP   1           output
}

GROUP AHB joins {
  GROUP AHB_CMD
  GROUP AHB_RESP
  HREADY  1           output
}

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

powered by: WebSVN 2.1.0

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