diff options
| author | Connor Moore <connor.moore@psi.ch> | 2026-07-14 08:19:44 +0200 |
|---|---|---|
| committer | Connor Moore <connor.moore@psi.ch> | 2026-07-14 08:19:44 +0200 |
| commit | 88686ecdd815936e0aa804e4f3289a86a6fcb682 (patch) | |
| tree | 50f2ba056c2ab39d23718c98ceae360811b38f19 | |
| parent | 2c46575a982e8ecfa90bd68d08fdc48912ef9aaa (diff) | |
Updated help in driver file
| -rwxr-xr-x | triso_study_driver.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/triso_study_driver.sh b/triso_study_driver.sh index 17d1ee9..8d02bfc 100755 --- a/triso_study_driver.sh +++ b/triso_study_driver.sh @@ -7,6 +7,8 @@ elif [[ $1 == "nolcl" ]]; then else echo "Error: first CLI input must be [lcl/nolcl], and second [pin/ass/core]. Example usage:" echo " ./triso_study_driver.sh lcl pin (run pin-level on LCL)" + echo " ./triso_study_driver.sh nolcl ass (run assembly-level)" + echo " ./triso_study_driver.sh nolcl core (run core-level)" exit -1 fi |
