Skip to content
Snippets Groups Projects
Commit 5591430e authored by Daniel Newbrook's avatar Daniel Newbrook
Browse files

Update address map

parent c7a21e3d
No related branches found
No related tags found
No related merge requests found
......@@ -22,10 +22,8 @@ function automatic bit address_map_m1 (
);
bit res;
begin
res = '1;
if (axaddr[31:20] == 12'h000 || axaddr[31:20] == 12'h200) begin
res = '0;
end
res = '0;
if (axaddr[27] == '1) res = '1;
return res;
end
endfunction
......@@ -162,4 +162,4 @@ SECEXT_PRESENT: 0
#
# Valid values:
# relative path to logical
AXI5_M1_ADDR_MAP: models/modules/generic/address_map_m1_nanosoc.sv
AXI5_M1_ADDR_MAP: models/modules/generic/address_map_m1_cocotb.sv
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment