diff options
author | Johann Glaser <Johann.Glaser@gmx.at> | 2013-03-16 21:23:25 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-03-17 09:06:02 +0100 |
commit | a6f004e6f84e2a6938658bdfed877fa3485a5d6f (patch) | |
tree | b2d0798758ba85ca09753a8329a1d86ba42b05a2 | |
parent | 3cfbc18601c8735b06d4c80501aeed90353070eb (diff) | |
download | yosys-a6f004e6f84e2a6938658bdfed877fa3485a5d6f.tar.gz yosys-a6f004e6f84e2a6938658bdfed877fa3485a5d6f.tar.bz2 yosys-a6f004e6f84e2a6938658bdfed877fa3485a5d6f.zip |
set executable flags to run-synth.sh, added .gitignore
Signed-off-by: Clifford Wolf <clifford@clifford.at>
-rw-r--r-- | tests/openmsp430/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/openmsp430/.gitignore b/tests/openmsp430/.gitignore new file mode 100644 index 000000000..eaf13a592 --- /dev/null +++ b/tests/openmsp430/.gitignore @@ -0,0 +1,3 @@ +fsm_info.txt +synth.v +synth.log |