Skip to content

Commit

Permalink
NDK: [MAINTENANCE] Update NDK submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubcabal committed Jul 16, 2024
1 parent 81fe0b7 commit a97bde2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ndk/cards
2 changes: 1 addition & 1 deletion ndk/ofm
Submodule ofm updated 36 files
+1 −1 build/Makefile.Vivado.inc
+5 −1 build/Quartus.inc.tcl
+3 −0 build/Vivado.inc.tcl
+3 −0 build/Vivado_non_prj.inc.tcl
+13 −0 comp/mi_tools/pipe/cocotb/Makefile
+114 −0 comp/mi_tools/pipe/cocotb/cocotb_test.py
+12 −0 comp/mi_tools/pipe/cocotb/cocotb_test_sig.fdo
+65 −0 comp/mi_tools/pipe/cocotb/drivers.py
+13 −0 comp/mi_tools/test_space/cocotb/Makefile
+86 −0 comp/mi_tools/test_space/cocotb/cocotb_test.py
+12 −0 comp/mi_tools/test_space/cocotb/cocotb_test_sig.fdo
+11 −0 comp/uvm/avmm/Modules.tcl
+203 −0 comp/uvm/avmm/agent.sv
+68 −0 comp/uvm/avmm/config.sv
+96 −0 comp/uvm/avmm/coverage.sv
+117 −0 comp/uvm/avmm/driver.sv
+49 −0 comp/uvm/avmm/interface.sv
+136 −0 comp/uvm/avmm/internal_items.sv
+184 −0 comp/uvm/avmm/memory_model.sv
+62 −0 comp/uvm/avmm/monitor.sv
+35 −0 comp/uvm/avmm/pkg.sv
+75 −0 comp/uvm/avmm/property.sv
+49 −0 comp/uvm/avmm/request_subscriber.sv
+412 −0 comp/uvm/avmm/sequence.sv
+154 −0 comp/uvm/avmm/sequence_item.sv
+54 −0 comp/uvm/avmm/sequencer.sv
+103 −0 comp/uvm/avmm/statistics.sv
+2 −2 comp/uvm/common/fifo.sv
+5 −1 comp/uvm/common/stats.sv
+292 −0 python/cocotbext/cocotbext/ofm/mi/drivers.py
+124 −0 python/cocotbext/cocotbext/ofm/mi/monitors.py
+74 −45 python/cocotbext/cocotbext/ofm/mvb/drivers.py
+20 −10 python/cocotbext/cocotbext/ofm/mvb/monitors.py
+16 −3 python/cocotbext/cocotbext/ofm/mvb/utils.py
+19 −0 python/cocotbext/cocotbext/ofm/utils/math.py
+40 −0 python/cocotbext/cocotbext/ofm/utils/signals.py

0 comments on commit a97bde2

Please sign in to comment.