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
8e311478
Commit
8e311478
authored
11 years ago
by
Wesley W. Terpstra
Browse files
Options
Downloads
Patches
Plain Diff
altera dcfifo: synchronize read reset
parent
4f84b3e6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/genrams/altera/generic_async_fifo.vhd
+2
-0
2 additions, 0 deletions
modules/genrams/altera/generic_async_fifo.vhd
with
2 additions
and
0 deletions
modules/genrams/altera/generic_async_fifo.vhd
+
2
−
0
View file @
8e311478
...
...
@@ -100,6 +100,7 @@ architecture syn of generic_async_fifo is
rdsync_delaypipe
:
natural
;
underflow_checking
:
string
;
use_eab
:
string
;
read_aclr_synch
:
string
;
write_aclr_synch
:
string
;
wrsync_delaypipe
:
natural
);
...
...
@@ -152,6 +153,7 @@ begin -- syn
rdsync_delaypipe
=>
5
,
-- 2 sync stages
underflow_checking
=>
"ON"
,
use_eab
=>
"ON"
,
read_aclr_synch
=>
"ON"
,
write_aclr_synch
=>
"ON"
,
wrsync_delaypipe
=>
5
-- 2 sync stages
)
...
...
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