[DEV] add get_compilator in target
This commit is contained in:
parent
82e8946227
commit
45bd6e6213
@ -206,6 +206,14 @@ class Target:
|
||||
def get_simulation(self):
|
||||
return self.config["simulation"]
|
||||
|
||||
##
|
||||
## @brief Get compilator name (clang / gcc)
|
||||
## @param[in] self (handle) Class handle
|
||||
## @return (bool) name of the compilator requested
|
||||
##
|
||||
def get_compilator(self):
|
||||
return self.config["compilator"]
|
||||
|
||||
##
|
||||
## @brief Add global target flags
|
||||
## @param[in] self (handle) Class handle
|
||||
|
Loading…
Reference in New Issue
Block a user