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
46d38c5e
Commit
46d38c5e
authored
Jun 05, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Plain Diff
merged
parents
bee8f297
90a93697
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
x393_sens_cmprs.py
py393/x393_sens_cmprs.py
+1
-1
x393_testbench03.tf
x393_testbench03.tf
+11
-3
No files found.
py393/x393_sens_cmprs.py
View file @
46d38c5e
...
@@ -841,7 +841,7 @@ class X393SensCmprs(object):
...
@@ -841,7 +841,7 @@ class X393SensCmprs(object):
def
specify_phys_memory
(
self
,
def
specify_phys_memory
(
self
,
circbuf_chn_size
=
0x
1
000000
,
circbuf_chn_size
=
0x
4
000000
,
verbose
=
1
):
verbose
=
1
):
"""
"""
@param circbuf_chn_size - circular buffer size for each channel, in bytes
@param circbuf_chn_size - circular buffer size for each channel, in bytes
...
...
x393_testbench03.tf
View file @
46d38c5e
...
@@ -146,8 +146,8 @@ parameter NUM_INTERRUPTS = 9;
...
@@ -146,8 +146,8 @@ parameter NUM_INTERRUPTS = 9;
parameter
TRIG_PERIOD
=
6000
;
parameter
TRIG_PERIOD
=
6000
;
`
ifdef
HISPI
`
ifdef
HISPI
parameter
HBLANK
=
92
;
// 72; // 62; // 52; // 90; // 12; /// 52; //*********************
parameter
HBLANK
=
92
;
// 72; // 62; // 52; // 90; // 12; /// 52; //*********************
parameter
BLANK_ROWS_BEFORE
=
3
;
// 9; // 3; //8; ///2+2 - a little faster than compressor
parameter
BLANK_ROWS_BEFORE
=
9
;
///
3; // 9; // 3; //8; ///2+2 - a little faster than compressor
parameter
BLANK_ROWS_AFTER
=
1
;
//8;
parameter
BLANK_ROWS_AFTER
=
8
;
///
1; //8;
`
else
`
else
// parameter HBLANK= 12; // 52; // 12; /// 52; //*********************
// parameter HBLANK= 12; // 52; // 12; /// 52; //*********************
...
@@ -1403,10 +1403,18 @@ assign #10 gpio_pins[9] = gpio_pins[8];
...
@@ -1403,10 +1403,18 @@ assign #10 gpio_pins[9] = gpio_pins[8];
end
end
// protect from never end
// protect from never end
initial
begin
initial
begin
// after 1 frame compressed on all channels
`
ifdef
HISPI
#135000;
`
else
#160000;
`
endif
// #30000;
// #30000;
// #200000;
// #200000;
// #250000;
// #250000;
#285000;
//
#285000;
// #160000;
// #160000;
// #175000;
// #175000;
// #60000;
// #60000;
...
...
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