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

Data type

Valid range

required

src_noc_addr

Encoding of the source NOC location (x,y)+address

uint64_t

Results of get_noc_addr calls

True

dst_local_l1_addr

Address in local L1 memory

uint32_t

0..1MB

True

size

Size of data transfer in bytes

uint32_t

0..1MB

True

noc

Which NOC to use for the transaction

uint8_t

0 or 1

False