Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
White Rabbit core collection
Manage
Activity
Members
Labels
Plan
Issues
33
Issue boards
Milestones
Wiki
Code
Merge requests
3
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
White Rabbit core collection
Commits
b5d79e6f
There was an error fetching the commit references. Please try again later.
Commit
b5d79e6f
authored
12 years ago
by
Wesley W. Terpstra
Committed by
Grzegorz Daniluk
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
wrc_dpram: there is no read-write conflict on this dpram
parent
5e592adb
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/wrc_core/wrc_dpram.vhd
+1
-1
1 addition, 1 deletion
modules/wrc_core/wrc_dpram.vhd
with
1 addition
and
1 deletion
modules/wrc_core/wrc_dpram.vhd
+
1
−
1
View file @
b5d79e6f
...
@@ -69,7 +69,7 @@ begin
...
@@ -69,7 +69,7 @@ begin
g_data_width
=>
32
,
g_data_width
=>
32
,
g_size
=>
g_size
,
g_size
=>
g_size
,
g_with_byte_enable
=>
true
,
g_with_byte_enable
=>
true
,
g_addr_conflict_resolution
=>
"
read_first
"
,
g_addr_conflict_resolution
=>
"
dont_care
"
,
g_init_file
=>
g_init_file
,
g_init_file
=>
g_init_file
,
g_dual_clock
=>
false
g_dual_clock
=>
false
)
)
...
...
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