Upgrading from A10's dcp platform to pim
嗨,大家好
The operating platform is intel arra10, and there is an error in the process of upgrading fim to pim.
Obtain the upgrade information from https://github.com/OPAE/ofs-platform-afu-bbb/tree/master/plat_if_release/templates/ofs_plat_if_compat/a10_gx_pac_ias, and successfully generate a new platform in hw after running install.sh document.
But when I start compiling PR there is a compatibility error, the error is as follows:
Critical Warning (13432): Verilog HDL Compiler Directive warning at local_mem_cfg_pkg.sv(39): text macro "OFS_PLAT_PARAM_LOCAL_MEM_ADDR_WIDTH" is undefined File: /inteldevstack/a10_gx_pac_ias_1_2_pv/sw/opae-1.1.2-1/platforms/platform_if/rtl/device_cfg/local_mem_cfg_pkg.sv Line: 39
Error (13411): Verilog HDL syntax error at local_mem_cfg_pkg.sv(39) near text ; File: /inteldevstack/a10_gx_pac_ias_1_2_pv/sw/opae-1.1.2-1/platforms/platform_if/rtl/device_cfg/local_mem_cfg_pkg.sv Line: 39
Critical Warning (13432): Verilog HDL Compiler Directive warning at local_mem_cfg_pkg.sv(40): text macro "OFS_PLAT_PARAM_LOCAL_MEM_DATA_WIDTH" is undefined File: /inteldevstack/a10_gx_pac_ias_1_2_pv/sw/opae-1.1.2-1/platforms/platform_if/rtl/device_cfg/local_mem_cfg_pkg.sv Line: 40
Error (13411): Verilog HDL syntax error at local_mem_cfg_pkg.sv(40) near text ; File: /inteldevstack/a10_gx_pac_ias_1_2_pv/sw/opae-1.1.2-1/platforms/platform_if/rtl/device_cfg/local_mem_cfg_pkg.sv Line: 40
Critical Warning (13432): Verilog HDL Compiler Directive warning at local_mem_cfg_pkg.sv(42): text macro "OFS_PLAT_PARAM_LOCAL_MEM_BURST_CNT_WIDTH" is undefined File: /inteldevstack/a10_gx_pac_ias_1_2_pv/sw/opae-1.1.2-1/platforms/platform_if/rtl/device_cfg/local_mem_cfg_pkg.sv Line: 42
Error (13411): Verilog HDL syntax error at local_mem_cfg_pkg.sv(42) near text ; File: /inteldevstack/a10_gx_pac_ias_1_2_pv/sw/opae-1.1.2-1/platforms/platform_if/rtl/device_cfg/local_mem_cfg_pkg.sv Line: 42
Are there any other steps that need to be done? Or there are more detailed guidance documents
thankyou