diff options
author | David Shah <davey1576@gmail.com> | 2018-12-14 18:29:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-14 18:29:54 +0000 |
commit | 7fa13295084e65c7824834094abe9c6c3122c4c8 (patch) | |
tree | 79b6bc1d50c75b6b7bb78b5d842d9c75178c4a09 /3rdparty/python-console/modified/pyinterpreter.h | |
parent | 19cffde375fe63e36bfd880727bdc0a04a2ccf32 (diff) | |
parent | e0b4a2eeab91696e54d9ff3acc319d99ab9b96f9 (diff) | |
download | nextpnr-7fa13295084e65c7824834094abe9c6c3122c4c8.tar.gz nextpnr-7fa13295084e65c7824834094abe9c6c3122c4c8.tar.bz2 nextpnr-7fa13295084e65c7824834094abe9c6c3122c4c8.zip |
Merge pull request #180 from YosysHQ/python_execute_gui
Add GUI for executing python file
Diffstat (limited to '3rdparty/python-console/modified/pyinterpreter.h')
-rw-r--r-- | 3rdparty/python-console/modified/pyinterpreter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdparty/python-console/modified/pyinterpreter.h b/3rdparty/python-console/modified/pyinterpreter.h index 1a85c1fb..48512507 100644 --- a/3rdparty/python-console/modified/pyinterpreter.h +++ b/3rdparty/python-console/modified/pyinterpreter.h @@ -33,4 +33,5 @@ void pyinterpreter_initialize(); void pyinterpreter_finalize(); void pyinterpreter_aquire(); void pyinterpreter_release(); +std::string pyinterpreter_execute_file(const char *python_file, int *errorCode); #endif // PYINTERPRETER_H |