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

Subversion Repositories ahb_slave

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /ahb_slave/trunk
    from Rev 9 to Rev 10
    Reverse comparison

Rev 9 → Rev 10

/src/base/def_ahb_slave.txt
26,17 → 26,19
//// details. http://www.gnu.org/licenses/lgpl.html ////
//// ////
//////////////////////////////////////////////////////////////////##>
 
REQUIRE(1.4)
 
INCLUDE def_ahb_slave_static.txt
 
SWAP.GLOBAL #FFD #1 ##Flip-Flop simulation delay
 
SWAP.USER PREFIX ahb_slave ##Prefix for all module and file names
SWAP.USER ADDR_BITS 24 ##AHB address bits
SWAP.USER DATA_BITS 32 ##AHB data bits
UNDEF.USER TRACE ##Print memory trace to file
 
REQUIRE(1.4)
 
INCLUDE def_ahb_slave_static.txt
 
STARTUSER
SWAP.GLOBAL #FFD #1 ##Flip-Flop simulation delay
 
SWAP.USER PREFIX ahb_slave ##Prefix for all module and file names
SWAP.USER ADDR_BITS 24 ##AHB address bits
SWAP.USER DATA_BITS 32 ##AHB data bits
UNDEF.USER TRACE ##Print memory trace to file
/src/base/def_ahb_slave_static.txt
29,8 → 29,8
 
SWAP.GLOBAL MODEL_NAME AHB slave stub
 
VERIFY ((DATA_BITS == 64) || (DATA_BITS == 32)) ##stub supports 32 or 64 bits data bus
VERIFY (ADDR_BITS<=24) ##Memory size should not be too big to prevent maloc fail
VERIFY (DATA_BITS in 32, 64) ##stub supports 32 or 64 bits data bus
VERIFY (ADDR_BITS in 16..24) ##Memory size should not be too big to prevent maloc fail
GROUP STUB_AHB is {
HADDR ADDR_BITS output

powered by: WebSVN 2.1.0

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