diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-10-06 22:38:00 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-10-06 22:38:00 -0600 |
| commit | 1723aa3d5dd01d94929df377cd5c108168e69d25 (patch) | |
| tree | fc294c4cff760330e4c7a1a7e558c25943792950 | |
| parent | 1d3b8c82fd8b4fd8bd476b62ea9ff0cb0760fa38 (diff) | |
scripts: add jtag_uart
Diffstat (limited to '')
| -rwxr-xr-x | scripts/jtag_uart.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/jtag_uart.sh b/scripts/jtag_uart.sh new file mode 100755 index 0000000..80b4fbe --- /dev/null +++ b/scripts/jtag_uart.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +exec $(tail -1 $(which quartus) | cut -d' ' -f1-2 | sed 's@quartus/bin/quartus@quartus/bin/nios2-terminal@') |
