aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue984/tester_conf.vhd
blob: 7644dfbb735c52e67956ad71e47a1509a639d707 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
use work.const_pkg.all;

configuration tester_conf of tester is
    for a
        for checker : check
            use entity work.generic_check
                generic map (
                    i => c
                );
        end for;
    end for;
end configuration;