diff options
author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2023-07-11 17:36:40 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-07-19 11:12:59 -0500 |
commit | f53e4a2eed4fe7581711c6feb59f8e8ab249cf29 (patch) | |
tree | abe962edcebfb00a4ea158f12ce773e07886b9c4 | |
parent | df1e65407dcdeb88b19747bc9c3db8bb7f23e7d1 (diff) | |
download | meta-xilinx-f53e4a2eed4fe7581711c6feb59f8e8ab249cf29.tar.gz |
microblaze-generic: Add target fpu hard TUNE FEATURES
Since microblaze-generic machine conf file uses kcu105 xsa,
target fpu hard TUNE_FEATURES were missing hence add it.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-xilinx-core/conf/machine/microblaze-generic.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/conf/machine/microblaze-generic.conf b/meta-xilinx-core/conf/machine/microblaze-generic.conf index db1476ed..9b811aa5 100644 --- a/meta-xilinx-core/conf/machine/microblaze-generic.conf +++ b/meta-xilinx-core/conf/machine/microblaze-generic.conf | |||
@@ -12,7 +12,7 @@ MACHINEOVERRIDES =. "${@['', 'microblaze-generic:']['microblaze-generic' != '${M | |||
12 | #### Regular settings follow | 12 | #### Regular settings follow |
13 | 13 | ||
14 | # Set the default for a modern full feature microblaze... | 14 | # Set the default for a modern full feature microblaze... |
15 | TUNE_FEATURES:tune-microblaze ?= "microblaze v11.0 barrel-shift pattern-compare reorder divide-hard multiply-high" | 15 | TUNE_FEATURES:tune-microblaze ?= "microblaze v11.0 pattern-compare barrel-shift divide-hard multiply-high fpu-hard reorder" |
16 | DEFAULTTUNE ?= "microblaze" | 16 | DEFAULTTUNE ?= "microblaze" |
17 | 17 | ||
18 | # Variables that changes based on hw design or board specific requirement must be | 18 | # Variables that changes based on hw design or board specific requirement must be |