diff --git a/hdl/ip/vhd/vunit_components/BUCK b/hdl/ip/vhd/vunit_components/BUCK index 892475e5..76c8f1b9 100644 --- a/hdl/ip/vhd/vunit_components/BUCK +++ b/hdl/ip/vhd/vunit_components/BUCK @@ -20,13 +20,6 @@ vhdl_unit( visibility = ['PUBLIC'], ) -vunit_sim( - name = "qspi_vc_tb", - srcs = glob(["qspi_controller/sims/*.vhd"]), - deps = [":qspi_controller_vc"], - visibility = ['PUBLIC'], -) - vhdl_unit( name = "basic_stream", srcs = glob(["basic_stream/*.vhd"]),