Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
x393_sata
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_sata
Commits
6ca736b9
Commit
6ca736b9
authored
Nov 07, 2016
by
Mikhail Karpenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add unmodified 103697.php script for crosspoint switch control
parent
2000e7a4
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1100 additions
and
0 deletions
+1100
-0
Makefile
Makefile
+4
-0
x393_vsc330x.php
py393sata/x393_vsc330x.php
+1096
-0
No files found.
Makefile
View file @
6ca736b9
VERILOGDIR
=
$(DESTDIR)
/usr/local/verilog
INSTALLDIR
=
$(DESTDIR)
/usr/local/bin
WWW_PAGES
=
$(DESTDIR)
/www/pages
SCRIPTPATH
=
py393sata
OWN
=
-o
root
-g
root
...
...
@@ -8,6 +9,7 @@ INSTMODE = 0755
DOCMODE
=
0644
PYTHON_EXE
=
$(SCRIPTPATH)
/
*
.py
PHP_EXE
=
$(SCRIPTPATH)
/
*
.php
FPGA_BITFILES
=
x393_sata.bit
all
:
...
...
@@ -16,9 +18,11 @@ install:
@
echo
"make install in x393sata"
$(INSTALL)
$(OWN)
-d
$(VERILOGDIR)
$(INSTALL)
$(OWN)
-d
$(INSTALLDIR)
$(INSTALL)
$(OWN)
-d
$(WWW_PAGES)
$(INSTALL)
$(OWN)
-m
$(INSTMODE)
$(PYTHON_EXE)
$(INSTALLDIR)
$(INSTALL)
$(OWN)
-m
$(DOCMODE)
$(FPGA_BITFILES)
$(VERILOGDIR)
$(INSTALL)
$(OWN)
-m
$(INSTMODE)
$(PHP_EXE)
$(WWW_PAGES)
clean
:
@
echo
"make clean in x393sata"
\ No newline at end of file
py393sata/x393_vsc330x.php
0 → 100644
View file @
6ca736b9
This diff is collapsed.
Click to expand it.
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