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
8ec44f09
Commit
8ec44f09
authored
May 25, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added compressed frame number field
parent
ca1793eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
.gitignore
.gitignore
+1
-0
x393_export_c.py
py393/x393_export_c.py
+1
-0
No files found.
.gitignore
View file @
8ec44f09
...
@@ -3,6 +3,7 @@ vivado_*
...
@@ -3,6 +3,7 @@ vivado_*
syntax_*
syntax_*
simulation/*
simulation/*
simulation_data/*
simulation_data/*
quartus_logs/ *
www/*
www/*
constraints/*
constraints/*
ise_*
ise_*
...
...
py393/x393_export_c.py
View file @
8ec44f09
...
@@ -2129,6 +2129,7 @@ class X393ExportC(object):
...
@@ -2129,6 +2129,7 @@ class X393ExportC(object):
dw
.
append
((
"reading_frame"
,
2
,
1
,
0
,
"Compressor channel is reading frame from memory (debug feature)"
))
dw
.
append
((
"reading_frame"
,
2
,
1
,
0
,
"Compressor channel is reading frame from memory (debug feature)"
))
dw
.
append
((
"stuffer_running"
,
3
,
1
,
0
,
"Compressor channel bit stuffer is running (debug feature)"
))
dw
.
append
((
"stuffer_running"
,
3
,
1
,
0
,
"Compressor channel bit stuffer is running (debug feature)"
))
dw
.
append
((
"flushing_fifo"
,
4
,
1
,
0
,
"Compressor channel is flushing FIFO (debug feature)"
))
dw
.
append
((
"flushing_fifo"
,
4
,
1
,
0
,
"Compressor channel is flushing FIFO (debug feature)"
))
dw
.
append
((
"frame"
,
8
,
vrlg
.
NUM_FRAME_BITS
,
0
,
"Compressed frame number (mod
%
d)"
%
(
1
<<
vrlg
.
NUM_FRAME_BITS
)))
dw
.
append
((
"seq_num"
,
26
,
6
,
0
,
"Status sequence number"
))
dw
.
append
((
"seq_num"
,
26
,
6
,
0
,
"Status sequence number"
))
return
dw
return
dw
...
...
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