URL
https://opencores.org/ocsvn/theia_gpu/theia_gpu/trunk
Subversion Repositories theia_gpu
[/] [theia_gpu/] [branches/] [beta_2.0/] [regressions/] [single_core/] [test_bitwise_operations.cp] - Rev 218
Compare with Previous | Blame | View Log
#include "code_block_header.thh"
#define VP_DST_CODE_MEM (1<<31)
#define VP02 2
scalar SrcOffset = TEST_BITWISE_OPERATIONS_OFFSET,DstOffset;
DstOffset = (0x0 | TEST_BITWISE_OPERATIONS_SIZE | VP_DST_CODE_MEM );
copy_data_block < VP02 , DstOffset ,SrcOffset>;
//wait until enqueued block transfers are complete
while ( block_transfer_in_progress ) {}
start <VP02>;
exit ;