8 lines
211 B
VHDL
8 lines
211 B
VHDL
configuration cfg_cocotb_top_hwitl_mac of cocotb_top_hwitl is
|
|
for bench
|
|
for top_mac_test_inst : top_hwitl
|
|
use entity design.top_hwitl(mac);
|
|
end for;
|
|
end for;
|
|
end configuration cfg_cocotb_top_hwitl_mac;
|