Skip to content

Commit 2588546

Browse files
Remove deprecated test
1 parent c02a326 commit 2588546

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/simulation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: ../vnd/cobble/cobble init .. --reinit
5656
working-directory: ./build
5757
- name: Run BSIM tests
58-
run: ./cobble bluesim_test "//.*SchmittRegTest.*"
58+
run: ./cobble bluesim_test "//.*Test.*"
5959
working-directory: ./build
6060
- name: backup build-dir
6161
run: cp -R ./build /tmp/cobble_build_bkup

hdl/ip/vhd/vunit_components/BUCK

-7
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ vhdl_unit(
2020
visibility = ['PUBLIC'],
2121
)
2222

23-
vunit_sim(
24-
name = "qspi_vc_tb",
25-
srcs = glob(["qspi_controller/sims/*.vhd"]),
26-
deps = [":qspi_controller_vc"],
27-
visibility = ['PUBLIC'],
28-
)
29-
3023
vhdl_unit(
3124
name = "basic_stream",
3225
srcs = glob(["basic_stream/*.vhd"]),

0 commit comments

Comments
 (0)