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
6b373aa8
Commit
6b373aa8
authored
Apr 05, 2018
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added inverted trigger for GPI1 (GPI0-still active low)
parent
60ed0ab9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
fpga_version.vh
fpga_version.vh
+2
-1
sens_10398.v
sensor/sens_10398.v
+2
-2
x393_hispi.bit
x393_hispi.bit
+0
-0
No files found.
fpga_version.vh
View file @
6b373aa8
...
...
@@ -36,7 +36,8 @@
* with at least one of the Free Software programs.
*/
parameter FPGA_VERSION = 32'h03930102; // serial - 17.4 - disabling SOF when setting interface, bug fix
parameter FPGA_VERSION = 32'h03930103; // serial - 17.4 - trigger polarity on GP1 inverted
// parameter FPGA_VERSION = 32'h03930102; // serial - 17.4 - disabling SOF when setting interface, bug fix
// parameter FPGA_VERSION = 32'h03930101; // serial - 17.4 - disabling SOF when setting interface - met
// parameter FPGA_VERSION = 32'h03930100; // serial - 17.4 - disabling SOF when setting interface timing OK
// parameter FPGA_VERSION = 32'h039300ff; // serial - 15.3 - same, suspected bitstream problems
...
...
sensor/sens_10398.v
View file @
6b373aa8
...
...
@@ -618,7 +618,7 @@ module sens_10398 #(
.
SLEW
(
PXD_SLEW
)
)
sns_gp0_tdi_i
(
.
O
(
sns_gp0_tdi
)
,
// output
.
I
(
xpgmen
?
xfpgatdi
:
((
&
gp_r
[
3
:
2
])
?
iaro
:
gp_r
[
3
]))
,
// input
.
I
(
xpgmen
?
xfpgatdi
:
((
&
gp_r
[
1
:
0
])
?
iaro
:
gp_r
[
1
]))
,
// input
.
T
(
xpgmen
?
1'b0
:
~|
gp_r
[
1
:
0
])
)
;
...
...
@@ -630,7 +630,7 @@ module sens_10398 #(
.
SLEW
(
PXD_SLEW
)
)
sns_gp1_i
(
.
O
(
sns_gp1
)
,
// output
.
I
((
&
gp_r
[
3
:
2
])
?
iaro
:
gp_r
[
3
])
,
// input
.
I
((
&
gp_r
[
3
:
2
])
?
~
iaro
:
gp_r
[
3
])
,
// input
.
T
(
~|
gp_r
[
3
:
2
])
)
;
...
...
x393_hispi.bit
View file @
6b373aa8
No preview for this file type
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