This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Platform memory range to cfg



In platform I defined memory range like that

DDR3_VIDEO base 0xF000 000 length 0x1000 000

How do I get base and length into XDC cfg file to create for example SharedMemory region

SharedRegion.setEntryMeta(1,
{
base: base, 
len: length
}