Skip to content
Snippets Groups Projects
Commit 98bc67c7 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Use 13 bit CSR address width (INSERT_CSR_ADAPTOR=1 in ip_arria10_mac_10g.qsys).

parent 0b7b7fa6
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ PACKAGE BODY tech_mac_10g_pkg IS ...@@ -52,7 +52,7 @@ PACKAGE BODY tech_mac_10g_pkg IS
BEGIN BEGIN
CASE c_technology IS CASE c_technology IS
WHEN c_tech_stratixiv => v_csr_addr_w := 13; WHEN c_tech_stratixiv => v_csr_addr_w := 13;
WHEN c_tech_arria10 => v_csr_addr_w := 10; WHEN c_tech_arria10 => v_csr_addr_w := 13; -- 13 with INSERT_CSR_ADAPTOR=1 in ip_arria10_mac_10g.qsys, 10 without
WHEN OTHERS => v_csr_addr_w := 13; -- default to c_tech_stratixiv WHEN OTHERS => v_csr_addr_w := 13; -- default to c_tech_stratixiv
END CASE; END CASE;
RETURN v_csr_addr_w; RETURN v_csr_addr_w;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment