Skip to content

Commit

Permalink
Merge branch 'gurka-feat-mvb_comp' into 'devel'
Browse files Browse the repository at this point in the history
MVB_TOOLS [FEATURE]: Add MVB_OPERATION component

See merge request ndk/ofm!279
  • Loading branch information
jakubcabal committed Oct 6, 2023
2 parents 9f7c73c + 3f2b358 commit 6e655af
Show file tree
Hide file tree
Showing 6 changed files with 1,483 additions and 0 deletions.
18 changes: 18 additions & 0 deletions comp/mvb_tools/flow/operation/Modules.tcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Modules.tcl: Components include script
# Copyright (C) 2023 CESNET z. s. p. o.
# Author(s): Oliver Gurka <[email protected]>
#
# SPDX-License-Identifier: BSD-3-Clause

set MVB_FORK_BASE "$OFM_PATH/comp/mvb_tools/flow/fork"
set MVB_FIFOX_BASE "$OFM_PATH/comp/mvb_tools/storage/fifox"
set MVB_DISCARD_BASE "$OFM_PATH/comp/mvb_tools/flow/discard"

lappend PACKAGES "$OFM_PATH/comp/base/pkg/math_pack.vhd"
lappend PACKAGES "$OFM_PATH/comp/base/pkg/type_pack.vhd"

lappend COMPONENTS [ list "MVB_FORK" $MVB_FORK_BASE "FULL" ]
lappend COMPONENTS [ list "MVB_DISCARD" $MVB_DISCARD_BASE "FULL" ]
lappend COMPONENTS [ list "MVB_FIFOX" $MVB_FIFOX_BASE "FULL" ]

lappend MOD "$ENTITY_BASE/mvb_operation.vhd"
Loading

0 comments on commit 6e655af

Please sign in to comment.