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
17d08e59
Commit
17d08e59
authored
5 years ago
by
Grzegorz Daniluk
Browse files
Options
Downloads
Patches
Plain Diff
virtex6 fifo: (ug363) RSTREG cannot be used until EN_SYN is TRUE and DO_REG is 1
parent
c01bc0e1
Branches
greg-fifo
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/genrams/xilinx/virtex6/v6_hwfifo_wrapper.vhd
+1
-1
1 addition, 1 deletion
modules/genrams/xilinx/virtex6/v6_hwfifo_wrapper.vhd
with
1 addition
and
1 deletion
modules/genrams/xilinx/virtex6/v6_hwfifo_wrapper.vhd
+
1
−
1
View file @
17d08e59
...
...
@@ -110,7 +110,7 @@ begin -- syn
srst
<=
not
rst_n_i
;
srstreg
<=
'0'
when
g_dual_clock
=
true
else
srst
;
srstreg
<=
'0'
;
gen_fifo36
:
if
(
m
.
is_36
and
m
.
d_width
>
0
)
generate
assert
false
report
"generic_sync_fifo[xilinx]: using FIFO36E1 primitive."
severity
note
;
...
...
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