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
304a4819
Commit
304a4819
authored
10 months ago
by
Tristan Gingold
Browse files
Options
Downloads
Patches
Plain Diff
mpsoc_int_gen: adjust cache attributes
parent
67d71a85
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!67
gc argb led drv
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/axi/mpsoc_int_gen/mpsoc_int_gen.vhd
+1
-1
1 addition, 1 deletion
modules/axi/mpsoc_int_gen/mpsoc_int_gen.vhd
with
1 addition
and
1 deletion
modules/axi/mpsoc_int_gen/mpsoc_int_gen.vhd
+
1
−
1
View file @
304a4819
...
...
@@ -85,7 +85,7 @@ begin
S_AXI_awsize
<=
"010"
;
-- Normal Non-cacheable Non-bufferable
S_AXI_awcache
<=
"00
10"
;
S_AXI_awcache
<=
"00
01"
;
-- 0001 is device, 0000 is strongly-ordered
-- Reuse the same id.
S_AXI_awid
<=
"000000"
;
...
...
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