Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
x393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
x393
Commits
18b781bc
Commit
18b781bc
authored
Mar 08, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added install script and pre-built bitfile
parent
1e167c27
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
install.sh
install.sh
+22
-0
x393.bit
x393.bit
+0
-0
No files found.
install.sh
0 → 100755
View file @
18b781bc
#!/bin/sh
#http://stackoverflow.com/questions/4774054/reliable-way-for-a-bash-script-to-get-the-full-path-to-itself
SCRIPT
=
$(
readlink
-f
$0
)
SCRIPTPATH
=
`
dirname
$SCRIPT
`
if
[
-z
"
$1
"
]
then
echo
"You need to specify instllation root"
exit
1
fi
install
-d
-v
$1
/usr/local/verilog/
install
-d
-v
$1
/usr/local/bin/
install
-v
-m
0755
$SCRIPTPATH
/py393/
*
.py
$1
/usr/local/bin/
install
-v
-m
0644
$SCRIPTPATH
/x393.bit
$1
/usr/local/verilog/
install
-v
-m
0644
$SCRIPTPATH
/system_defines.vh
$1
/usr/local/verilog/
install
-v
-m
0644
$SCRIPTPATH
/includes/x393_parameters.vh
$1
/usr/local/verilog/
install
-v
-m
0644
$SCRIPTPATH
/includes/x393_localparams.vh
$1
/usr/local/verilog/
install
-v
-m
0644
$SCRIPTPATH
/py393/hargs
$1
/usr/local/verilog/
install
-v
-m
0644
$SCRIPTPATH
/py393/hargs-auto
$1
/usr/local/verilog/
exit
0
x393.bit
0 → 100644
View file @
18b781bc
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment