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

different bus widths for testing

parent 014eb2f9
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,8 @@ PACKAGE unb2_board_pkg IS
i2c_w : NATURAL;
END RECORD;
CONSTANT c_unb2_board_tr_back : t_c_unb2_board_tr := (2, 24, 3); -- per node: 2 buses with 24 channels
--CONSTANT c_unb2_board_tr_back : t_c_unb2_board_tr := (2, 24, 3); -- per node: 2 buses with 24 channels
CONSTANT c_unb2_board_tr_back : t_c_unb2_board_tr := (1, 24, 3); -- per node: 1 buses with 24 channels (testing)
--CONSTANT c_unb2_board_tr_back : t_c_unb2_board_tr := (2, 12, 3); -- per node: 2 buses with 24 channels (testing)
--CONSTANT c_unb2_board_tr_back : t_c_unb2_board_tr := (2, 4, 3); -- per node: 2 buses with 24 channels (testing)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment