DRP-AI Translator

From Renesas.info

DRP-AI Reserved Memory

DRP-AI Translator Address Map YAML

The configuration file only requires the two modifications

  1. Use the following template below
  name: "ALL"
  addr: 0x80000000
  lst_elemsp:
        { name: "data_in"}
        { name: "data"}
        { name: "data_out"}
        { name: "work"}
        { name: "weight"}
        { name: "drp_config"}
        { name: "drp_param"}
        { name: "desc_aimac"}
        { name: "desc_drp"}
  1. Enter the Address to the DRP-AI Reserved Memory. For RZV2L this would be
addr: 0x70000000
  1. After the DRP-AI Translator is run a memory map is generated. This information shows how much memory the translated AI model will need.

DRP-AI Translator Pre/Post Processing YAML