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
    from Rev 7 to Rev 8
    Reverse comparison

Rev 7 → Rev 8

/trunk/run/run.sh
1,3 → 1,11
#!/bin/bash
 
../../../robust ../src/base/axi_slave.v -od out -I ../src/gen -list list.txt -listpath -header -gui ${@}
../../../robust -ver
if [ $? -eq 0 ];then
ROBUST=../../../robust
else
echo "RobustVerilog warning: GUI version not supported - using non-GUI version robust-lite"
ROBUST=../../../robust-lite
fi
 
$ROBUST ../src/base/axi_slave.v -od out -I ../src/gen -list list.txt -listpath -header -gui ${@}
/trunk/src/base/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
/trunk/src/base/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.