Skip to content
Snippets Groups Projects
Commit 11b8273d authored by sebastie.gendre's avatar sebastie.gendre
Browse files

New periph address width is 8

So, any address received on AXI side greater than 255 will be see its
MSB truncated.

So, 256 will be 0, etc
parent c9d5256d
Branches multiple_files
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ use IEEE.NUMERIC_STD.ALL; ...@@ -30,7 +30,7 @@ use IEEE.NUMERIC_STD.ALL;
entity axi4lite_hog_build_info is entity axi4lite_hog_build_info is
generic ( generic (
C_ADDR_WIDTH: integer := 32 -- Width of the addresses C_ADDR_WIDTH: integer := 8 -- Width of the addresses
); );
port ( port (
s_axi_aclk : in std_logic; s_axi_aclk : in std_logic;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment