Commit 2588546 1 parent c02a326 commit 2588546 Copy full SHA for 2588546
File tree 2 files changed +1
-8
lines changed
hdl/ip/vhd/vunit_components
2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 55
55
run : ../vnd/cobble/cobble init .. --reinit
56
56
working-directory : ./build
57
57
- name : Run BSIM tests
58
- run : ./cobble bluesim_test "//.*SchmittRegTest .*"
58
+ run : ./cobble bluesim_test "//.*Test .*"
59
59
working-directory : ./build
60
60
- name : backup build-dir
61
61
run : cp -R ./build /tmp/cobble_build_bkup
Original file line number Diff line number Diff line change @@ -20,13 +20,6 @@ vhdl_unit(
20
20
visibility = ['PUBLIC' ],
21
21
)
22
22
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
-
30
23
vhdl_unit (
31
24
name = "basic_stream" ,
32
25
srcs = glob (["basic_stream/*.vhd" ]),
You can’t perform that action at this time.
0 commit comments