You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
Use the newly introduced C++ api to send commands thus avoiding sockets
during domain generation from EDD (.pfw).
The socket and the python binding have been removed with this rework.
The EDD transduction flow is now:
EDD ---PFWScriptGenerator.py---> PF commands --domainGenerator.exe--> XML
instead of:
EDD ---PFWScriptGenerator.py---> python structures --python bindings--> XML
Signed-off-by: David Wagner <[email protected]>
0 commit comments