URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 791 |
Rev 838 |
Line 159... |
Line 159... |
no_define
|
no_define
|
default_value { CYGBLD_GLOBAL_WARNFLAGS .
|
default_value { CYGBLD_GLOBAL_WARNFLAGS .
|
"-g -O2 -fno-omit-frame-pointer -fno-rtti -fno-exceptions " .
|
"-g -O2 -fno-omit-frame-pointer -fno-rtti -fno-exceptions " .
|
(CYGHWR_MUL_IMPLEMENTED ? "-mhard-mul " : "-msoft-mul ") .
|
(CYGHWR_MUL_IMPLEMENTED ? "-mhard-mul " : "-msoft-mul ") .
|
(CYGHWR_DIV_IMPLEMENTED ? "-mhard-div " : "-msoft-div ") .
|
(CYGHWR_DIV_IMPLEMENTED ? "-mhard-div " : "-msoft-div ") .
|
(CYGHWR_FPU_IMPLEMENTED ? "-mhard-float " : "-msoft-float ") }
|
(CYGHWR_FPU_IMPLEMENTED ? "-mhard-float " : "-msoft-float ") .
|
|
(CYGHWR_BRANCH_SLOT_IMPLEMENTED ? "" : "-mno-branch-delay " ) }
|
description "
|
description "
|
This option controls the global compiler flags which
|
This option controls the global compiler flags which
|
are used to compile all packages by
|
are used to compile all packages by
|
default. Individual packages may define
|
default. Individual packages may define
|
options which override these global flags."
|
options which override these global flags."
|
Line 307... |
Line 308... |
default_value 0
|
default_value 0
|
description "
|
description "
|
Select this option only if FPU is implemented."
|
Select this option only if FPU is implemented."
|
}
|
}
|
|
|
|
cdl_option CYGHWR_BRANCH_SLOT_IMPLEMENTED {
|
|
display "Branch slot implemented"
|
|
flavor bool
|
|
default_value 1
|
|
description "
|
|
Select this option if your implementation of OpenRISC
|
|
has branch slot."
|
|
}
|
|
|
cdl_component CYGHWR_ICACHE_IMPLEMENTED {
|
cdl_component CYGHWR_ICACHE_IMPLEMENTED {
|
display "Instruction cache implemented"
|
display "Instruction cache implemented"
|
flavor bool
|
flavor bool
|
default_value 1
|
default_value 1
|
description "
|
description "
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.