Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Platform-independent core collection
Manage
Activity
Members
Labels
Plan
Issues
15
Issue boards
Milestones
Wiki
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
Platform-independent core collection
Commits
f9b70d78
Commit
f9b70d78
authored
6 years ago
by
Dimitris Lampridis
Browse files
Options
Downloads
Patches
Plain Diff
genrams: fix typo in inferred async fifos
parent
b60dd256
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/genrams/common/inferred_async_fifo.vhd
+1
-1
1 addition, 1 deletion
modules/genrams/common/inferred_async_fifo.vhd
modules/genrams/common/inferred_async_fifo_dual_rst.vhd
+1
-1
1 addition, 1 deletion
modules/genrams/common/inferred_async_fifo_dual_rst.vhd
with
2 additions
and
2 deletions
modules/genrams/common/inferred_async_fifo.vhd
+
1
−
1
View file @
f9b70d78
...
...
@@ -252,7 +252,7 @@ begin -- syn
p_gen_going_full
:
process
(
we_int
,
wcb
,
rcb
)
begin
if
((
wcb
.
bin
(
wcb
.
bin
'left
-1
downto
0
)
=
rcb
.
bin_x
(
rcb
.
bin_x
'left
-1
downto
0
))
and
(
wcb
.
bin
(
wcb
.
bin
'left
)
/=
rcb
.
bin_x
(
w
cb
.
bin_x
'left
)))
then
and
(
wcb
.
bin
(
wcb
.
bin
'left
)
/=
rcb
.
bin_x
(
r
cb
.
bin_x
'left
)))
then
going_full
<=
'1'
;
elsif
(
we_int
=
'1'
and
(
wcb
.
bin_next
(
wcb
.
bin
'left
-1
downto
0
)
=
rcb
.
bin_x
(
rcb
.
bin_x
'left
-1
downto
0
))
...
...
This diff is collapsed.
Click to expand it.
modules/genrams/common/inferred_async_fifo_dual_rst.vhd
+
1
−
1
View file @
f9b70d78
...
...
@@ -223,7 +223,7 @@ begin -- syn
p_gen_going_full
:
process
(
rcb
,
wcb
,
we_int
)
begin
if
((
wcb
.
bin
(
wcb
.
bin
'LEFT
-1
downto
0
)
=
rcb
.
bin_x
(
rcb
.
bin_x
'LEFT
-1
downto
0
))
and
(
wcb
.
bin
(
wcb
.
bin
'LEFT
)
/=
rcb
.
bin_x
(
w
cb
.
bin_x
'LEFT
)))
then
and
(
wcb
.
bin
(
wcb
.
bin
'LEFT
)
/=
rcb
.
bin_x
(
r
cb
.
bin_x
'LEFT
)))
then
going_full
<=
'1'
;
elsif
(
we_int
=
'1'
and
(
wcb
.
bin_next
(
wcb
.
bin
'LEFT
-1
downto
0
)
=
rcb
.
bin_x
(
rcb
.
bin_x
'LEFT
-1
downto
0
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment