mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-30 06:50:09 +00:00
initial import
This commit is contained in:
commit
7764d0ba1d
481 changed files with 54634 additions and 0 deletions
5
tests/openmsp430/run-fm.sh
Normal file
5
tests/openmsp430/run-fm.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
if [ -n "$REMOTE_YOSYS_ROOT" ]; then
|
||||
rsync --exclude=".svn" --exclude="*.log" -rv -e "${REMOTE_YOSYS_SSH:-ssh} -C" "$REMOTE_YOSYS_ROOT"/tests/openmsp430/. .
|
||||
fi
|
||||
fm_shell -64 -file run-fm.do 2>&1 | tee run-fm.log
|
Loading…
Add table
Add a link
Reference in a new issue