Skip to content

Commit

Permalink
NDK: [FEATURE] Update NDK submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubcabal committed Mar 1, 2024
1 parent 8425e81 commit fc2fb73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ndk/ofm
Submodule ofm updated 41 files
+23 −12 .gitlab-ci.yml
+13 −0 comp/base/misc/width_conv/Modules.tcl
+101 −0 comp/base/misc/width_conv/width_conv_1to4.vhd
+8 −0 comp/base/misc/width_conv/width_conv_1to4.xdc
+93 −0 comp/base/misc/width_conv/width_conv_4to1.vhd
+2 −0 comp/base/misc/width_conv/width_conv_4to1.xdc
+0 −1 comp/dma/dma_calypte/comp/tx/uvm/Modules.tcl
+2 −2 comp/dma/dma_calypte/comp/tx/uvm/tbench/dma_regs/reg_channel.sv
+52 −184 comp/dma/dma_calypte/comp/tx/uvm/tbench/dma_regs/reg_sequence.sv
+18 −17 comp/dma/dma_calypte/comp/tx/uvm/tbench/env/env.sv
+3 −4 comp/dma/dma_calypte/comp/tx/uvm/tbench/env/model.sv
+2 −1 comp/dma/dma_calypte/comp/tx/uvm/tbench/env/pkg.sv
+17 −27 comp/dma/dma_calypte/comp/tx/uvm/tbench/env/scoreboard.sv
+65 −0 comp/dma/dma_calypte/comp/tx/uvm/tbench/env/sequence.sv
+3 −4 comp/dma/dma_calypte/comp/tx/uvm/tbench/env/sequencer.sv
+0 −20 comp/dma/dma_calypte/comp/tx/uvm/tbench/info/pkg.sv
+0 −20 comp/dma/dma_calypte/comp/tx/uvm/tbench/info/watchdog.sv
+0 −76 comp/dma/dma_calypte/comp/tx/uvm/tbench/rx_env/channel_binder.sv
+403 −418 comp/dma/dma_calypte/comp/tx/uvm/tbench/rx_env/driver.sv
+44 −62 comp/dma/dma_calypte/comp/tx/uvm/tbench/rx_env/env.sv
+1 −1 comp/dma/dma_calypte/comp/tx/uvm/tbench/rx_env/pkg.sv
+5 −203 comp/dma/dma_calypte/comp/tx/uvm/tbench/rx_env/sequence.sv
+80 −0 comp/dma/dma_calypte/comp/tx/uvm/tbench/rx_env/sequence_item.sv
+15 −4 comp/dma/dma_calypte/comp/tx/uvm/tbench/rx_env/sequencer.sv
+0 −1 comp/dma/dma_calypte/comp/tx/uvm/tbench/testbench.sv
+12 −28 comp/dma/dma_calypte/comp/tx/uvm/tbench/tests/base.sv
+2 −5 comp/dma/dma_calypte/comp/tx/uvm/tbench/tests/pkg.sv
+0 −281 comp/dma/dma_calypte/comp/tx/uvm/tbench/tests/reg_sequence.sv
+0 −41 comp/dma/dma_calypte/comp/tx/uvm/tbench/tests/send_pkt.sv
+44 −26 comp/dma/dma_calypte/comp/tx/uvm/tbench/tests/sequence.sv
+14 −15 comp/dma/dma_calypte/comp/tx/uvm/tbench/tests/speed.sv
+1 −12 comp/dma/dma_calypte/comp/tx/uvm/top_level.fdo
+19 −1 comp/uvm/avst/sequence.sv
+82 −0 comp/uvm/logic_vector_array/meter.sv
+2 −0 comp/uvm/logic_vector_array/pkg.sv
+20 −1 comp/uvm/logic_vector_array_avst/sequence.sv
+17 −1 comp/uvm/logic_vector_array_mfb/sequence_lib.sv
+19 −1 comp/uvm/mfb/sequence.sv
+20 −1 comp/uvm/mvb/sequence.sv
+5 −1 python/ofm/Makefile
+36 −0 python/ofm/package/ofm.spec

0 comments on commit fc2fb73

Please sign in to comment.