Skip to content
Snippets Groups Projects
Commit 874bbb2b authored by Kenneth Hiemstra's avatar Kenneth Hiemstra
Browse files

needed for constants in mmm

parent 490acb23
Branches
No related tags found
No related merge requests found
......@@ -144,9 +144,12 @@ PACKAGE unb2_board_peripherals_pkg IS
-- pi_mdio
reg_mdio_adr_w : NATURAL; -- = 3
-- dp_offload
reg_dp_offload_tx_adr_w : NATURAL; -- = 1
END RECORD;
CONSTANT c_unb2_board_peripherals_mm_reg_default : t_c_unb2_board_peripherals_mm_reg := (TRUE, 10, 4, 10, 5, 10, 1, 1, 3, 1, 1, 1, 1, 1, 3, 3, 3, 4, 6, 2, 2, 1, 4, 3, 6, 13, 12, 2, 32, 8, 2, 8, 10, 16, 1024, 14, 5, 3, 11, 5, 16, 11, 3);
CONSTANT c_unb2_board_peripherals_mm_reg_default : t_c_unb2_board_peripherals_mm_reg := (TRUE, 10, 4, 10, 5, 10, 1, 1, 3, 1, 1, 1, 1, 1, 3, 3, 3, 4, 6, 2, 2, 1, 4, 3, 6, 13, 12, 2, 32, 8, 2, 8, 10, 16, 1024, 14, 5, 3, 11, 5, 16, 11, 3, 1);
END unb2_board_peripherals_pkg;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment