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
6a297fff
Commit
6a297fff
authored
Jul 07, 2015
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
working on the logger
parent
707d6aec
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
313 additions
and
201 deletions
+313
-201
event_logger.v
logger/event_logger.v
+311
-199
rtc393.v
timing/rtc393.v
+2
-2
No files found.
logger/event_logger.v
View file @
6a297fff
This diff is collapsed.
Click to expand it.
timing/rtc393.v
View file @
6a297fff
...
@@ -154,7 +154,7 @@ module rtc393 #(
...
@@ -154,7 +154,7 @@ module rtc393 #(
end
end
cmd_deser
#(
cmd_deser
#(
.
ADDR
(
RTC_ADDR
)
,
.
ADDR
(
RTC_ADDR
)
,
.
ADDR_MASK
(
RTC_MASK
)
,
.
ADDR_MASK
(
RTC_MASK
)
,
.
NUM_CYCLES
(
6
)
,
.
NUM_CYCLES
(
6
)
,
...
@@ -170,7 +170,7 @@ module rtc393 #(
...
@@ -170,7 +170,7 @@ module rtc393 #(
.
we
(
cmd_we
)
// output
.
we
(
cmd_we
)
// output
)
;
)
;
status_generate
#(
status_generate
#(
.
STATUS_REG_ADDR
(
RTC_STATUS_REG_ADDR
)
,
.
STATUS_REG_ADDR
(
RTC_STATUS_REG_ADDR
)
,
.
PAYLOAD_BITS
(
1
)
,
.
PAYLOAD_BITS
(
1
)
,
.
REGISTER_STATUS
(
0
)
,
.
REGISTER_STATUS
(
0
)
,
...
...
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