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
ef24a9b6
Commit
ef24a9b6
authored
Jul 18, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated python paths
parent
c288f8b1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
49 additions
and
1 deletion
+49
-1
.project
.eclipse_project_setup/.project
+47
-0
.pydevproject
py393/.pydevproject
+1
-0
x393_mem.py
py393/x393_mem.py
+1
-1
No files found.
.eclipse_project_setup/.project
View file @
ef24a9b6
...
...
@@ -48,4 +48,51 @@
<nature>
com.elphel.vdt.veditor.HdlNature
</nature>
<nature>
org.python.pydev.pythonNature
</nature>
</natures>
<linkedResources>
<link>
<name>
vivado_logs/VivadoBitstream.log
</name>
<type>
1
</type>
<location>
/home/andrey/git/x393-neon/vivado_logs/VivadoBitstream-20160713221922665.log
</location>
</link>
<link>
<name>
vivado_logs/VivadoOpt.log
</name>
<type>
1
</type>
<location>
/home/andrey/git/x393-neon/vivado_logs/VivadoOpt-20160713221922665.log
</location>
</link>
<link>
<name>
vivado_logs/VivadoOptPhys.log
</name>
<type>
1
</type>
<location>
/home/andrey/git/x393-neon/vivado_logs/VivadoOptPhys-20160713221922665.log
</location>
</link>
<link>
<name>
vivado_logs/VivadoOptPower.log
</name>
<type>
1
</type>
<location>
/home/andrey/git/x393-neon/vivado_logs/VivadoOptPower-20160713221922665.log
</location>
</link>
<link>
<name>
vivado_logs/VivadoPlace.log
</name>
<type>
1
</type>
<location>
/home/andrey/git/x393-neon/vivado_logs/VivadoPlace-20160713221922665.log
</location>
</link>
<link>
<name>
vivado_logs/VivadoRoute.log
</name>
<type>
1
</type>
<location>
/home/andrey/git/x393-neon/vivado_logs/VivadoRoute-20160713221922665.log
</location>
</link>
<link>
<name>
vivado_logs/VivadoSynthesis.log
</name>
<type>
1
</type>
<location>
/home/andrey/git/x393-neon/vivado_logs/VivadoSynthesis-20160713221027219.log
</location>
</link>
<link>
<name>
vivado_logs/VivadoTimimgSummaryReportImplemented.log
</name>
<type>
1
</type>
<location>
/home/andrey/git/x393-neon/vivado_logs/VivadoTimimgSummaryReportImplemented-20160713221922665.log
</location>
</link>
<link>
<name>
vivado_state/x393-synth.dcp
</name>
<type>
1
</type>
<location>
/home/andrey/git/x393-neon/vivado_state/x393-synth-20160713203728437.dcp
</location>
</link>
</linkedResources>
</projectDescription>
py393/.pydevproject
View file @
ef24a9b6
...
...
@@ -4,5 +4,6 @@
<pydev_property
name=
"org.python.pydev.PYTHON_PROJECT_VERSION"
>
python 2.7
</pydev_property>
<pydev_pathproperty
name=
"org.python.pydev.PROJECT_SOURCE_PATH"
>
<path>
/${PROJECT_DIR_NAME}
</path>
<path>
/${PROJECT_DIR_NAME}/cocotb
</path>
</pydev_pathproperty>
</pydev_project>
py393/x393_mem.py
View file @
ef24a9b6
...
...
@@ -33,7 +33,7 @@ import mmap
import
struct
import
os
import
sys
import
traceback
#
import traceback
sys
.
path
.
append
(
os
.
path
.
abspath
(
os
.
path
.
dirname
(
sys
.
argv
[
0
])
+
'/../cocotb'
))
from
socket_command
import
x393Client
...
...
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