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
7e2f1a07
Commit
7e2f1a07
authored
Jan 24, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor bug fix
parent
ae1f1eb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
fifo_sameclock_control.v
util_modules/fifo_sameclock_control.v
+0
-2
No files found.
util_modules/fifo_sameclock_control.v
View file @
7e2f1a07
...
...
@@ -42,8 +42,6 @@ module fifo_sameclock_control#(
reg
ramo_full
;
reg
rreg_full
;
assign
mem_regen
=
mem_regen
;
assign
mem_re
=
(
|
fill_ram
)
&&
(
!
ramo_full
||
!
rreg_full
||
rd
)
;
assign
mem_regen
=
ramo_full
&&
(
!
rreg_full
||
rd
)
;
assign
nempty
=
rreg_full
;
...
...
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