diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-03-05 15:21:04 -0800 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2019-03-05 15:21:04 -0800 |
commit | 3ef427f4a96ac8f890cf94079315e172db409526 (patch) | |
tree | 528ce61a881fff6bd6dec466af8403c7744d792c /examples | |
parent | ba0da6371e6bffc3e79a0d5388a508e2b7ea775b (diff) | |
download | yosys-3ef427f4a96ac8f890cf94079315e172db409526.tar.gz yosys-3ef427f4a96ac8f890cf94079315e172db409526.tar.bz2 yosys-3ef427f4a96ac8f890cf94079315e172db409526.zip |
Add missing newline
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/anlogic/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/anlogic/build.sh b/examples/anlogic/build.sh index 8b77a32d6..e0f6b4cfe 100755 --- a/examples/anlogic/build.sh +++ b/examples/anlogic/build.sh @@ -1,4 +1,4 @@ #!/bin/bash set -ex yosys demo.ys -$TD_HOME/bin/td build.tcl
\ No newline at end of file +$TD_HOME/bin/td build.tcl |