Add simulator targets to several FPGA Tutorials
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
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
Please use the
targetinstead ofboardin the newly added cmake commands to transition nicely with #1111
I merged the changes from there - will submit #1111 first before this one.