URL
https://opencores.org/ocsvn/pcie_ds_dma/pcie_ds_dma/trunk
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,
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.