summaryrefslogtreecommitdiffstats
path: root/scripts/stl-sim
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/stl-sim')
-rwxr-xr-xscripts/stl-sim3
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 $@