OpenCores
URL https://opencores.org/ocsvn/an-fpga-implementation-of-low-latency-noc-based-mpsoc/an-fpga-implementation-of-low-latency-noc-based-mpsoc/trunk

Subversion Repositories an-fpga-implementation-of-low-latency-noc-based-mpsoc

[/] [an-fpga-implementation-of-low-latency-noc-based-mpsoc/] [trunk/] [mpsoc/] [src_processor/] [mor1kx-5.0/] [sw/] [march_flags.mak] - Blame information for rev 48

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 48 alirezamon
MARCH_MULTIPLIER=${FEATURE_MULTIPLIER}
2
MARCH_DIVIDER=${FEATURE_DIVIDER}
3
MARCH_FPU=${FEATURE_FPU}
4
 
5
ifeq (${MARCH_MULTIPLIER},"NONE")
6
  MARCH_MUL_FLG=-msoft-mul
7
else
8
  MARCH_MUL_FLG=-mhard-mul
9
endif
10
 
11
ifeq (${MARCH_DIVIDER},"NONE")
12
  MARCH_DIV_FLG=-msoft-div
13
else
14
  MARCH_DIV_FLG=-mhard-div
15
endif
16
 
17
ifeq (${MARCH_FPU},"NONE")
18
  MARCH_FPU_FLG=-msoft-float
19
else
20
  MARCH_FPU_FLG=-mhard-float
21
endif
22
 
23
MARCH_FLAGS ?=${MARCH_MUL_FLG} ${MARCH_DIV_FLG} ${MARCH_FPU_FLG}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.