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

Subversion Repositories pcie_ds_dma

[/] [pcie_ds_dma/] [trunk/] [soft/] [linux/] [common/] [utils/] [cl_ambpex.cpp] - Diff between revs 6 and 41

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 6 Rev 41
Line 129... Line 129...
    __int64 size=cnt_buf*(__int64)size_one_buf_of_bytes/(1024*1024);
    __int64 size=cnt_buf*(__int64)size_one_buf_of_bytes/(1024*1024);
 
 
    if( system ) {
    if( system ) {
 
 
        BRDC_fprintf( stderr, _BRDC("Allocation memory: \r\n")
        BRDC_fprintf( stderr, _BRDC("Allocation memory: \r\n")
                      _BRDC(" Type of block:    system memory\r\n")
                      _BRDC(" Type of buffer:    system memory\r\n")
                      _BRDC(" Block size: %lld MB\r\n"), size );
                      _BRDC(" Buffer size: %lld MB\r\n"), size );
    } else {
    } else {
 
 
        BRDC_fprintf( stderr, _BRDC("Allocation memory: \r\n")
        BRDC_fprintf( stderr, _BRDC("Allocation memory: \r\n")
                      _BRDC(" Type of block:    userspace memory\r\n")
                      _BRDC(" Type of buffer:    userspace memory\r\n")
                      _BRDC(" Block size: %lld MB  (%dx%d MB)\r\n"), size, cnt_buf, size_one_buf_of_bytes/(1024*1024) );
                      _BRDC(" Buffer size: %lld MB  (%dx%d MB)\r\n"), size, cnt_buf, size_one_buf_of_bytes/(1024*1024) );
    }
    }
 
 
    BRDctrl_StreamCBufAlloc sSCA = {
    BRDctrl_StreamCBufAlloc sSCA = {
        dir,
        dir,
        system,
        system,

powered by: WebSVN 2.1.0

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