525a9ea36dadd6ec42b96ec23e10066692e30dac
[hwmod.git] / demo / sim / testcase1 / config_behav.vhd
1 configuration conf of demo_tb is
2   for behav
3     for uut : demo_top 
4         use entity work.demo(behav);
5     end for;
6   end for;
7 end conf;