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

[Hexagon] RPC server/client for simulator #10361

Merged
merged 1 commit into from
Feb 24, 2022
Merged

[Hexagon] RPC server/client for simulator #10361

merged 1 commit into from
Feb 24, 2022

Commits on Feb 23, 2022

  1. [Hexagon] RPC server/client for simulator

    This is the C++ code for running Hexagon code on simulator via the
    RPC mechanism. It is intended to be integrated into the current
    HexagonLauncher, although the integration will require further changes
    to the launcher python code.
    
    The final goal is to be able to run the same file.py on either
    hardware or simulator without needing to edit the python file, but
    simply by changing the configuration of the execution platform
    (i.e. something like --exectute-on=simulator as a command line or
    in an environment variable). The exact details are still to be
    determined.
    Krzysztof Parzyszek committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    be59041 View commit details
    Browse the repository at this point in the history