diff --git a/cocotb/cfg_cocotb_top_hwitl_eth.vhd b/cocotb/cfg_cocotb_top_hwitl_eth.vhd new file mode 100644 index 0000000..8a98cc6 --- /dev/null +++ b/cocotb/cfg_cocotb_top_hwitl_eth.vhd @@ -0,0 +1,7 @@ +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;