diff options
author | 2016-02-08 10:55:20 -0500 | |
---|---|---|
committer | 2016-02-08 10:55:20 -0500 | |
commit | 6107c1ca4aa485c5971ff3326513b8f4934f7ac1 (patch) | |
tree | a109d80501bd087e3219f68c186fb55bc17e090a /scripts/stl-sim | |
parent | f5a5e50bfe046148a20f6ce578d6082119dec2c0 (diff) |
huge refactor - again
Diffstat (limited to 'scripts/stl-sim')
-rwxr-xr-x | scripts/stl-sim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/stl-sim b/scripts/stl-sim index bb937175..ed859aa6 100755 --- a/scripts/stl-sim +++ b/scripts/stl-sim @@ -1,5 +1,6 @@ #!/bin/bash source find_python.sh -$PYTHON automation/wrap_stl_sim.py $@ +export PYTHONPATH=automation/trex_control_plane/stl +$PYTHON -m trex_stl_lib.trex_stl_sim $@ |