3,如你所说,platform的作用是配置用户板的内存外存等环境,而GEL文件的作用主要是:setup the memory map for the debugger以便仿真器在加载程序代码到内存前为仿真器做好地址映射。工程在编译的时候就会使用到platform的配置信息。
3,如你所说,platform的作用是配置用户板的内存外存等环境,而GEL文件的作用主要是:setup the memory map for the debugger以便仿真器在加载程序代码到内存前为仿真器做好地址映射。工程在编译的时候就会使用到platform的配置信息。
举报