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

Add simulator targets to several FPGA Tutorials

Open ajaykumarkannan opened this issue 3 years ago • 2 comments

Existing Sample Changes

Description

Add simulator targets for the following designs:

  • ac_fixed
  • ac_int
  • autorun
  • dsp_control
  • fpga_reg
  • latency_control
  • scheduler_target_fmax

Fixes Issue#

External Dependencies

List any external dependencies created as a result of this change.

Type of change

Please delete options that are not relevant. Add a 'X' to the one that is applicable.

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Implement fixes for ONSAM Jiras

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • [x] Command Line
  • [ ] oneapi-cli
  • [ ] Visual Studio
  • [ ] Eclipse IDE
  • [ ] VSCode
  • [ ] When compiling the compliler flag "-Wall -Wformat-security -Werror=format-security" was used

ajaykumarkannan avatar Sep 21 '22 20:09 ajaykumarkannan

Please use the target instead of board in the newly added cmake commands to transition nicely with https://github.com/oneapi-src/oneAPI-samples/pull/1111

yuguen avatar Sep 30 '22 07:09 yuguen

Please use the target instead of board in the newly added cmake commands to transition nicely with #1111

I merged the changes from there - will submit #1111 first before this one.

ajaykumarkannan avatar Oct 05 '22 21:10 ajaykumarkannan