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

Subversion Repositories robust_axi2ahb

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 8 to Rev 9
    Reverse comparison

Rev 8 → Rev 9

/robust_axi2ahb/trunk/src/base/def_axi2ahb_static.txt
29,13 → 29,14
 
SWAP.GLOBAL MODEL_NAME AXI2AHB bridge
 
VERIFY ((DATA_BITS==32) || (DATA_BITS==64))
VERIFY (DATA_BITS in 32, 64) ##Supports 32 or 64 bits data bus
VERIFY (SIZE_BITS in 2, 3) ##stub supports 32 or 64 bits data bus
GROUP AXI_A is {
ID ID_BITS input
ADDR ADDR_BITS input
LEN 4 input
SIZE 2 input
SIZE SIZE_BITS input
VALID 1 input
READY 1 output
}
/robust_axi2ahb/trunk/src/base/def_axi2ahb.txt
31,6 → 31,8
 
INCLUDE def_axi2ahb_static.txt
 
STARTUSER
SWAP.GLOBAL #FFD #1 ## flip-flop delay
 
SWAP.USER PREFIX axi2ahb ##Prefix for all modules and file names
39,4 → 41,5
 
SWAP.USER ADDR_BITS 24 ##AXI and AHB address bits
SWAP.USER DATA_BITS 32 ##AXI and AHB data bits
SWAP.USER SIZE_BITS 2 ##AXI size bits
SWAP.USER ID_BITS 4 ##AXI ID bits

powered by: WebSVN 2.1.0

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