Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
docking
ocladock-fpga
Commits
ec2160ca
Commit
ec2160ca
authored
Oct 30, 2018
by
Leonardo Solis
Browse files
#28, replace krnl refs: from k1 to krnl_ga
parent
7d059bec
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
common_xilinx/utility/boards.mk
View file @
ec2160ca
...
...
@@ -20,7 +20,7 @@ CXXFLAGS:=-Wall -O0 -g -std=c++14 $(OTHER_FLAGS)
# =============================
# Enable Kernels
# =============================
ENABLE_K
1
=
YES
ENABLE_K
RNL_GA
=
YES
ENABLE_K2
=
YES
ENABLE_K3
=
YES
ENABLE_K4
=
YES
...
...
@@ -76,10 +76,10 @@ ENABLE_K47 = YES
ENABLE_K48
=
YES
ifeq
($(ENABLE_K
1
),YES)
K
1
=
-DENABLE_K
E
RN
EL1
ifeq
($(ENABLE_K
RNL_GA
),YES)
K
RNL_GA
=
-DENABLE_KRN
L_GA
else
K
1
=
K
RNL_GA
=
endif
ifeq
($(ENABLE_K2),YES)
...
...
@@ -247,7 +247,7 @@ ifeq ($(REPRO), YES)
else
REP
=
endif
ENABLE_KERNELS
=
$(K
1
)
$(K2)
$(K3)
$(K4)
$(K6)
$(K7)
$(K10)
\
ENABLE_KERNELS
=
$(K
RNL_GA
)
$(K2)
$(K3)
$(K4)
$(K6)
$(K7)
$(K10)
\
$(K12)
$(K14)
$(K15)
$(K20)
\
$(K21)
$(K27)
\
$(K35)
$(K36)
$(K37)
$(K38)
$(K39)
$(K40)
\
...
...
ofdock_taskpar_xl/host/src/performdocking.cpp
View file @
ec2160ca
This diff is collapsed.
Click to expand it.
Leonardo Solis
@solis
mentioned in commit
53ea5ccb
·
Jan 04, 2021
mentioned in commit
53ea5ccb
mentioned in commit 53ea5ccb9a58a11152762ac1f34827172acc517c
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment