Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can we use run_gen.py if the output of compilation will be run in a particular emulator. And how to set the test-sets.txt if so #145

Open
JoieAli opened this issue Mar 19, 2021 · 3 comments

Comments

@JoieAli
Copy link

JoieAli commented Mar 19, 2021

No description provided.

@dbabokin
Copy link
Contributor

How difficult is to run your emulator? Is it basically a prefix for test command line execution (like Intel SDE can be run like sde -skx -- ./my_test) or it requires more complex invokation?

@JoieAli
Copy link
Author

JoieAli commented Mar 19, 2021

yeap, it's just like that, emulator [options] ./a.out

@dbabokin
Copy link
Contributor

You need to generate appropriate makefile, i.e. hack https://github.com/intel/yarpgen/blob/main/scripts/gen_test_makefile.py
See how it's done for sde in this file. But you might not need sophisticated logic as we have for sde, which is triggered based of the host platform we run.
@Vsevolod-Livinskij might have more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants