File tree Expand file tree Collapse file tree 3 files changed +4
-61
lines changed Expand file tree Collapse file tree 3 files changed +4
-61
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1414
1515load ("@xls_pip_deps//:requirements.bzl" , "requirement" )
1616load ("//xls/build_rules:xls_build_defs.bzl" , "xls_dslx_verilog" )
17- load ("//xls/build_rules:cocotb_xls_test .bzl" , "cocotb_xls_test " )
17+ load ("@rules_hdl//cocotb:cocotb .bzl" , "cocotb_test " )
1818
1919xls_dslx_verilog (
2020 name = "running_counter_verilog" ,
@@ -32,21 +32,21 @@ xls_dslx_verilog(
3232 verilog_file = "running_counter.v" ,
3333)
3434
35- cocotb_xls_test (
35+ cocotb_test (
3636 name = "running_counter_cocotb" ,
3737 hdl_toplevel = "RunningCounter" ,
3838 hdl_toplevel_lang = "verilog" ,
3939 test_module = [
4040 "cocotb_running_counter.py" ,
4141 ],
4242 verilog_sources = [
43- "dumpvcd.v" ,
4443 ":running_counter.v" ,
4544 ],
4645 timescale = {
4746 "unit" : "1ns" ,
48- "precission " : "1ps" ,
47+ "precision " : "1ps" ,
4948 },
49+ waves = True ,
5050 deps = [
5151 requirement ("cocotb" ),
5252 requirement ("cocotb_bus" ),
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments