From 7a7d72f9ed31ebfce085a1d5647c5e4c2612d886 Mon Sep 17 00:00:00 2001 From: Florian R <50106495+F2g-git@users.noreply.github.com> Date: Thu, 16 Jan 2025 14:25:26 +0100 Subject: [PATCH] Update vc_context.vhd Added the axi_lite_master_pkg.vhdl to the verification component context. --- vunit/vhdl/verification_components/src/vc_context.vhd | 1 + 1 file changed, 1 insertion(+) diff --git a/vunit/vhdl/verification_components/src/vc_context.vhd b/vunit/vhdl/verification_components/src/vc_context.vhd index 6f7e98bae..3a76a1767 100644 --- a/vunit/vhdl/verification_components/src/vc_context.vhd +++ b/vunit/vhdl/verification_components/src/vc_context.vhd @@ -10,6 +10,7 @@ context vc_context is use vunit_lib.avalon_stream_pkg.all; use vunit_lib.bus_master_pkg.all; use vunit_lib.axi_pkg.all; + use vunit_lib.axi_lite_master_pkg.all; use vunit_lib.axi_slave_pkg.all; use vunit_lib.axi_statistics_pkg.all; use vunit_lib.axi_stream_pkg.all;