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

Eplained why there is only one DUT in the tb.

parent 7be625a6
Branches
No related tags found
No related merge requests found
......@@ -169,6 +169,8 @@ BEGIN
out_dat => result_expected
);
-- Using work.common_adder_tree(recursive) will only invoke the recursive architecture once, because the next recursive level will default to using the last compiled architecture
-- Therefore only instatiatiate the DUT once in this tb and use compile order to influence which architecture is used.
dut : ENTITY work.common_adder_tree -- uses last compile architecture
GENERIC MAP (
g_representation => g_representation,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment