get_noc_addr

uint64_t get_noc_addr(uint32_t noc_x, uint32_t noc_y, uint32_t addr, uint8_t noc = noc_index)

Get an encoding for a noc address which contains core and L1 address.

Return value: uint64_t

Argument Description

noc_x Physical x coordinate of core

noc_y Physical y coordinate of core

addr Address in local L1 memory

noc Which NOC to use for the transaction