OPAE afu build
by Kazutomo Yoshii
Hi,
This is a question about Skylake MCP.
I'm trying to build 01_hello_world in intel-fpga-bbb (git 7fc7d3d4).
First of all, I created ${OPAE_PLATFORM_ROOT}/{bin,hw} using
platform-ifc-mgr-compat/SR-6.4.0/install.sh after I extracted
skxp_mcp_640_gbs_dev_pkg_ww38.tar.gz into BBS_6.4.0. There was no
instruction but I guessed this by reading the install.sh script.
Following README.md in 01_hello_world
$ afu_synth_setup --source hw/rtl/sources.txt build_synth
$ cd build_synthq
$ ${OPAE_PLATFORM_ROOT}/bin/run.sh
Unfortunately, run.sh failed to generate GBS with the following errors:
ls: cannot access skx_pr_afu.sof: No such file or directory
Error (213009): File name "skx_pr_afu.persona1.pmsf" does not exist or
can't be read
fpga_top.sof and fpga_top.persona1.pmsf were generated (see below). I'm
wondering whether I can just replace skx_pr_afu with fpga_top.
$ ls build/output_files/
fpga_top.persona1.pmsf skx_pr_afu.asm.rpt
skx_pr_afu.fit.plan.rpt skx_pr_afu.fit.summary
skx_pr_afu.sta.rpt timing_report
fpga_top.sof skx_pr_afu.fit.finalize.rpt
skx_pr_afu.fit.route.rpt skx_pr_afu.flow.rpt skx_pr_afu.sta.summary
fpga_top.static.msf skx_pr_afu.fit.place.rpt
skx_pr_afu.fit.rpt skx_pr_afu.pin skx_pr_afu_synth.syn.rpt
BTW, can I use OPAE 1.0 for Skylake MCP? or should I use OPAE 0.12,
which is included in the beta release in intel.com/sdp
Is skxp_mcp_640_gbs_dev_pkg_ww38.tar.gz the latest package?
Here is the FME version.
$ fpgainfo fme |grep "Bitstream Id"
Bitstream Id : 0x6400002fc614bb9
Bitstream Id : 0x6400002fc614bb9
- kaz
3 years, 11 months