noc_async_read_one_packet
-
template<bool enable_noc_tracing = true>
void noc_async_read_one_packet(uint64_t src_noc_addr, uint32_t dst_local_l1_addr, uint32_t size, uint8_t noc = noc_index, uint32_t read_req_vc = NOC_UNICAST_WRITE_VC)
-
Initiates an asynchronous read for a single packet with size <= NOC_MAX_BURST_SIZE (i.e. maximum packet size). Refer to noc_async_read for more details.
Return value: None
Argument Description
src_noc_addr Encoding of the source NOC location (x,y)+address
dst_local_l1_addr Address in local L1 memory
size Size of data transfer in bytes
noc Which NOC to use for the transaction