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
c270771c
Commit
c270771c
authored
Aug 26, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corrected ARO generation (was using enable from MRST)
parent
0a020813
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sens_parallel12.v
sensor/sens_parallel12.v
+1
-1
No files found.
sensor/sens_parallel12.v
View file @
c270771c
...
...
@@ -310,7 +310,7 @@ module sens_parallel12 #(
else
if
(
set_ctrl_r
&&
data_r
[
SENS_CTRL_ARST
+
1
])
iarst
<=
data_r
[
SENS_CTRL_ARST
]
;
if
(
mclk_rst
)
iaro_soft
<=
0
;
else
if
(
set_ctrl_r
&&
data_r
[
SENS_CTRL_
MRST
+
1
])
iaro_soft
<=
data_r
[
SENS_CTRL_ARO
]
;
else
if
(
set_ctrl_r
&&
data_r
[
SENS_CTRL_
ARO
+
1
])
iaro_soft
<=
data_r
[
SENS_CTRL_ARO
]
;
if
(
mclk_rst
)
rst_mmcm
<=
0
;
else
if
(
set_ctrl_r
&&
data_r
[
SENS_CTRL_RST_MMCM
+
1
])
rst_mmcm
<=
data_r
[
SENS_CTRL_RST_MMCM
]
;
...
...
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