From 9f0f8c2775c33bfedd0805768c80796b59f62233 Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Tue, 2 Sep 2025 12:00:26 +0200 Subject: [PATCH] cocotb: Add configuration --- cocotb/cfg_cocotb_top_hwitl_eth.vhd | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cocotb/cfg_cocotb_top_hwitl_eth.vhd 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;