Skip to content

Commit

Permalink
Remove deprecated test
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelhuffman committed Nov 15, 2024
1 parent c02a326 commit 2588546
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/simulation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: ../vnd/cobble/cobble init .. --reinit
working-directory: ./build
- name: Run BSIM tests
run: ./cobble bluesim_test "//.*SchmittRegTest.*"
run: ./cobble bluesim_test "//.*Test.*"
working-directory: ./build
- name: backup build-dir
run: cp -R ./build /tmp/cobble_build_bkup
7 changes: 0 additions & 7 deletions hdl/ip/vhd/vunit_components/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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"]),
Expand Down

0 comments on commit 2588546

Please sign in to comment.