Skip to content

Commit

Permalink
NDK: [MAINTENANCE] Update NDK submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubcabal committed Feb 16, 2024
1 parent 07fdd6e commit 49008d2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ndk/cards_private/nfb-200g2ql
2 changes: 1 addition & 1 deletion ndk/ofm
Submodule ofm updated 40 files
+18 −0 .gitlab-ci.yml
+26 −22 build/Vivado.inc.tcl
+727 −0 build/Vivado_non_prj.inc.tcl
+30 −7 comp/debug/jtag_op_client/readme.rst
+1 −0 comp/dma/dma_calypte/comp/rx/Modules.tcl
+1 −0 comp/dma/dma_calypte/comp/rx/comp/hdr_insertor/Modules.tcl
+271 −113 comp/dma/dma_calypte/comp/rx/comp/hdr_insertor/rx_dma_hdr_insertor.vhd
+1 −1 comp/dma/dma_calypte/comp/rx/comp/hdr_insertor/synth/Makefile
+5 −1 comp/dma/dma_calypte/comp/rx/comp/hdr_manager/comp/pcie_addr_gen.vhd
+11 −6 comp/dma/dma_calypte/comp/rx/rx_dma_calypte.vhd
+10 −8 comp/dma/dma_calypte/comp/rx/uvm/Modules.tcl
+7 −0 comp/dma/dma_calypte/comp/rx/uvm/tbench/dut.sv
+2 −4 comp/dma/dma_calypte/comp/rx/uvm/tbench/env/env.sv
+100 −87 comp/dma/dma_calypte/comp/rx/uvm/tbench/env/model.sv
+16 −23 comp/dma/dma_calypte/comp/rx/uvm/tbench/env/scoreboard.sv
+1 −1 comp/dma/dma_calypte/comp/rx/uvm/tbench/tests/pkg.sv
+1 −0 comp/dma/dma_calypte/comp/rx/uvm/top_level.fdo
+26 −0 comp/dma/dma_calypte/comp/test_core/Modules.tcl
+0 −0 comp/dma/dma_calypte/comp/test_core/comp/tx_debug_core/Modules.tcl
+101 −139 comp/dma/dma_calypte/comp/test_core/comp/tx_debug_core/debug_core.vhd
+0 −0 comp/dma/dma_calypte/comp/test_core/comp/tx_debug_core/synth/Makefile
+832 −0 comp/dma/dma_calypte/comp/test_core/dma_test_core.vhd
+1 −0 comp/dma/dma_calypte/comp/tx/comp/pcie_trans_buffer/Modules.tcl
+140 −54 comp/dma/dma_calypte/comp/tx/comp/pcie_trans_buffer/tx_dma_pcie_trans_buffer.vhd
+40 −9 comp/dma/dma_calypte/comp/tx/tx_dma_calypte.vhd
+88 −50 comp/dma/dma_calypte/dma_calypte.vhd
+8 −6 comp/mfb_tools/debug/generator/Modules.tcl
+163 −16 comp/mfb_tools/debug/generator/mfb_generator.vhd
+4 −0 comp/mfb_tools/debug/generator/mfb_generator_core.vhd
+6 −1 comp/mfb_tools/debug/generator/mfb_generator_mi32.vhd
+10 −5 comp/mfb_tools/debug/generator/ver/tbench/dut.sv
+67 −10 comp/mfb_tools/debug/generator/ver/tbench/test.sv
+10 −0 comp/mfb_tools/debug/generator/ver/tbench/test_pkg.sv
+5 −3 comp/mfb_tools/debug/generator/ver/top_level.fdo
+17 −4 comp/mfb_tools/debug/generator/ver/ver_settings.py
+250 −67 comp/mfb_tools/flow/loopback/mfb_loopback.vhd
+5 −1 comp/pcie/mtc/mtc.vhd
+11 −0 python/ofm/Makefile
+0 −62 python/ofm/build_pkg.py
+15 −2 python/ofm/setup.py

0 comments on commit 49008d2

Please sign in to comment.