cocotb: Add configuration

This commit is contained in:
Markus Koch 2025-09-02 12:00:26 +02:00
parent 6dc42267fa
commit 9f0f8c2775

View File

@ -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;