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

Subversion Repositories axi_slave

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /axi_slave/trunk/src/base
    from Rev 7 to Rev 8
    Reverse comparison

Rev 7 → Rev 8

/def_axi_slave.txt
27,6 → 27,8
//// ////
//////////////////////////////////////////////////////////////////##>
 
REQUIRE(1.3)
 
INCLUDE def_axi_slave_static.txt
 
SWAP.GLOBAL #FFD #1 ##Flip-Flop simulation delay
/def_axi_slave_static.txt
29,9 → 29,9
 
SWAP MODEL_NAME AXI slave stub
VERIFY (DATA_BITS <= 64) else stub supports 32 or 64 bits data bus
VERIFY ((DATA_BITS == 64) || (DATA_BITS == 32))
VERIFY (SIZE_BITS <= 3) else stub supports 32 or 64 bits data bus
VERIFY (ADDR_BITS<=24) else Memory size should not be too big to prevent maloc fail
VERIFY (ADDR_BITS <= 24) else Memory size should not be too big to prevent maloc fail
 
GROUP STUB_AXI_A is {
ID ID_BITS output

powered by: WebSVN 2.1.0

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