OFS / opae-sdk

Open Programmable Acceleration Engine
https://ofs.github.io
BSD 3-Clause "New" or "Revised" License
250 stars 83 forks source link

about sample for hw? #4

Closed fengyinzhijian closed 6 years ago

fengyinzhijian commented 6 years ago

is there any sample for skx plantform?i want to have a try on skx sdp with systemc.

luebbers commented 6 years ago

The hello_fpga sample in opae-sdk should work for any platform you have an NLB mode 0 bitstream for - you may have to adjust the AFU_ID in the sample if your NLB's differs so that the sample finds the right AFU.

You can also find a copy of the NLB RTL Verilog source code in the SDK under https://github.com/OPAE/opae-sdk/tree/master/ase/sample_config/intg_xeon_nlb.

If you're using a SystemC workflow to generate AFUs, your best bet is to ask whoever supplied that flow to you for an example. Generating AFU bitstreams is outside of the scope of OPAE (since it's very vendor/tool/platform-specific).

luebbers commented 6 years ago

I'm closing this for now - please feel free to reopen if you still have questions; or post them on the OPAE mailing list.