Skip to content
Snippets Groups Projects
Commit 304a4819 authored by Tristan Gingold's avatar Tristan Gingold
Browse files

mpsoc_int_gen: adjust cache attributes

parent 67d71a85
Branches
Tags
1 merge request!67gc argb led drv
......@@ -85,7 +85,7 @@ begin
S_AXI_awsize <= "010";
-- Normal Non-cacheable Non-bufferable
S_AXI_awcache <= "0010";
S_AXI_awcache <= "0001"; -- 0001 is device, 0000 is strongly-ordered
-- Reuse the same id.
S_AXI_awid <= "000000";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment