oneAPI-samples icon indicating copy to clipboard operation
oneAPI-samples copied to clipboard

Re-add use library tutorial for FPGA

Open ajaykumarkannan opened this issue 3 years ago • 0 comments

Adding a New Sample(s)

Description

Add a tutorial to show how to use RTL libraries with oneAPI for FPGAs

Checklist

Administrative

  • [x] Review sample design with the appropriate Domain Expert: @shuoniu-intel
  • [ ] If you have any new dependencies/binaries, inform the oneAPI Code Samples Project Manager

Code Development

  • [ ] Implement coding guidelines and ensure code quality. see wiki for details
  • [x] Adhere to readme template
  • [x] Enforce format via clang-format config file
  • [x] Adhere to sample.json specification. https://github.com/oneapi-src/oneAPI-samples/wiki/sample-json-specification
  • [x] Ensure/create CI test configurations for sample (ciTests field) https://github.com/oneapi-src/oneAPI-samples/wiki/sample-json-ci-test-object
  • [x] Run jsonlint on sample.json to verify json syntax. www.jsonlint.com

Security and Legal

  • [ ] OSPDT Approval (see Project Manager for assistance)
  • [ ] Compile using the following compiler flags and fix any warnings, the falgs are: "/Wall -Wformat-security -Werror=format-security"
  • [ ] Bandit Scans (Python only)
  • [ ] Virus scan

Review

  • [ ] Review DPC++ code with Paul Peterseon. (GitHub User: pmpeter1)
  • [ ] Review readme with Tom Lenth(@tomlenth) and/or Project Manager
  • [ ] Tested using Dev Cloud when applicable

ajaykumarkannan avatar Oct 05 '22 22:10 ajaykumarkannan