Skip to content

Commit d72fd67

Browse files
committed
fix: update Makefile / Modules.tcl paths
1 parent 7a1c8dc commit d72fd67

File tree

32 files changed

+75
-38
lines changed

32 files changed

+75
-38
lines changed

cards/silicom/n6010/src/comp/pmci/synth/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ DEVICE=AGILEX
1111
.PHONY: all
1212
all: comp
1313

14-
include ../../../../../../../conf/Makefile
14+
include ../../../../../../../build/Makefile

comp/base/fifo/asfifo_bram_datamux/dma_fifo_2to1/Modules.tcl

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
# SPDX-License-Identifier: BSD-3-Clause
66

77
# Base directories
8-
set ASFIFO_BASE "$OFM_PATH/comp/base/fifo/asfifox"
9-
set PACKAGES "$OFM_PATH/comp/base/pkg/math_pack.vhd"
8+
set ASFIFO_BASE "$OFM_PATH/comp/base/fifo/asfifox"
9+
lappend PACKAGES "$OFM_PATH/comp/base/pkg/math_pack.vhd"
10+
lappend PACKAGES "$OFM_PATH/comp/base/pkg/dma_bus_pack.vhd"
11+
1012
# List of components
1113
set COMPONENTS [list \
12-
[list "ASFIFO" $ASFIFO_BASE "FULL"] \
13-
]
14+
[list "ASFIFO" $ASFIFO_BASE "FULL"] \
15+
]
1416
set MOD "$MOD $ENTITY_BASE/dma_fifo_2to1_ent.vhd"
1517
set MOD "$MOD $ENTITY_BASE/dma_fifo_2to1_arch.vhd"

comp/base/logic/sr_sync_latch/synth/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66

77
TOP_LEVEL_ENT=SR_SYNC_LATCH
88

9-
SYNTH=vivado
109
export CLK_PERIOD=2.64
11-
export DEVICE=ULTRASCALE
1210

1311
all: comp
1412
include ../../../../../build/Makefile

comp/base/mem/lvt_mem/Modules.tcl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66

77
set GEN_REG_ARRAY_BASE "$OFM_PATH/comp/base/mem/gen_reg_array"
88
set GEN_LUTRAM_BASE "$OFM_PATH/comp/base/mem/gen_lutram"
9-
set GEN_LUTRAM_BASE "$OFM_PATH/comp/base/mem/sdp_bram"
9+
set GEN_SDP_BRAM_BASE "$OFM_PATH/comp/base/mem/sdp_bram"
1010
set GEN_MUX_BASE "$OFM_PATH/comp/base/logic/mux"
1111

12-
lappend PACKAGES "$OFM_PATH/comp/base/pkg/type_pack.vhd"
1312
lappend PACKAGES "$OFM_PATH/comp/base/pkg/math_pack.vhd"
13+
lappend PACKAGES "$OFM_PATH/comp/base/pkg/type_pack.vhd"
1414

1515
lappend COMPONENTS [list "GEN_REG_ARRAY" $GEN_REG_ARRAY_BASE "FULL"]
1616
lappend COMPONENTS [list "GEN_LUTRAM" $GEN_LUTRAM_BASE "FULL"]
17+
lappend COMPONENTS [list "SDP_BRAM" $GEN_SDP_BRAM_BASE "FULL"]
1718
lappend COMPONENTS [list "GEN_MUX" $GEN_MUX_BASE "FULL"]
1819

1920
lappend MOD "$ENTITY_BASE/lvt_mem.vhd"

comp/base/misc/frequency_meter/synth/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# SPDX-License-Identifier: BSD-3-Clause
66

7-
TOP_LEVEL_ENT=FREQUENCY_COUNTER
7+
TOP_LEVEL_ENT=FREQUENCY_METER
88
SYNTH=quartus
99

1010
all: comp

comp/base/misc/pulse_short/synth/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@
66

77
TOP_LEVEL_ENT=PULSE_SHORT
88

9-
SYNTH=vivado
109
export CLK_PERIOD=2.56
11-
export DEVICE=ULTRASCALE
12-
1310

1411
all: comp
15-
# the way: ndk/common/build/Makefile
1612
include ../../../../../build/Makefile
1713
.PHONY: all

comp/debug/mem_tester/synth/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ TOP_LEVEL_ENT=MEM_TESTER
88
SYNTH=quartus
99

1010
all: comp
11-
include ../../../../../ofm/build/Makefile
11+
include ../../../../build/Makefile
1212
.PHONY: all

comp/dma/dma_calypte/comp/rx/comp/software_manager/synth/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ CLK_PERIOD=4.000
1515
.PHONY: all
1616
all: comp
1717

18-
include ../../../../../../../../../build/Makefile
18+
include ../../../../../../../../build/Makefile

comp/dma/dma_calypte/comp/test_core/comp/tx_debug_core/Modules.tcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,18 @@ lappend PACKAGES "$OFM_PATH/comp/base/pkg/math_pack.vhd"
77
lappend PACKAGES "$OFM_PATH/comp/base/pkg/type_pack.vhd"
88

99
set MFB_FRAME_LNG_BASE "$OFM_PATH/comp/mfb_tools/logic/frame_lng"
10+
set MFB_MERGER_BASE "$OFM_PATH/comp/mfb_tools/flow/merger_simple"
1011
set MI_ASYNC_BASE "$OFM_PATH/comp/mi_tools/async"
12+
set MI_SPLITTER_BASE "$OFM_PATH/comp/mi_tools/splitter_plus_gen"
1113
set NP_LUTRAM_BASE "$OFM_PATH/comp/base/mem/np_lutram"
1214
set MEMX_COUNTER_BASE "$OFM_PATH/comp/base/logic/cnt_multi_memx"
1315
set AUX_SIGNALS_BASE "$OFM_PATH/comp/mfb_tools/logic/auxiliary_signals"
1416
set MFB_GENERATOR_BASE "$OFM_PATH/comp/mfb_tools/debug/generator"
1517

1618
lappend COMPONENTS [ list "MFB_FRAME_LNG" $MFB_FRAME_LNG_BASE "FULL" ]
19+
lappend COMPONENTS [ list "MFB_MERGER_SIMPLE" "$MFB_MERGER_BASE" "FULL" ]
1720
lappend COMPONENTS [ list "MI_ASYNC" "$MI_ASYNC_BASE" "FULL" ]
21+
lappend COMPONENTS [ list "MI_SPLITTER" "$MI_SPLITTER_BASE" "FULL" ]
1822
lappend COMPONENTS [ list "NP_LUTRAM" "$NP_LUTRAM_BASE" "FULL" ]
1923
lappend COMPONENTS [ list "CNT_MULTI_MEMX" "$MEMX_COUNTER_BASE" "FULL" ]
2024
lappend COMPONENTS [ list "MFB_AUXILIARY_SIGNALS" "$AUX_SIGNALS_BASE" "FULL" ]

comp/mfb_tools/edit/frame_extender/synth/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ SYNTH=quartus
1010
export DEVICE=AGILEX
1111

1212
all: comp
13-
include ../../../../../../ofm/build/Makefile
13+
include ../../../../../build/Makefile
1414
.PHONY: all

0 commit comments

Comments
 (0)