init: disable prjxray requirement in common code
Signed-off-by: Paweł Czarnecki <pczarnecki@antmicro.com>
This commit is contained in:
parent
2bb2ae2037
commit
7b7fa8ae3c
|
@ -531,11 +531,14 @@ def setup_resolution_env():
|
|||
"""
|
||||
Generate initial values, available in configs.
|
||||
"""
|
||||
return {
|
||||
'prjxray_db': common_sub('prjxray-config').decode().replace('\n', ''),
|
||||
conf = {
|
||||
'python3': common_sub('which', 'python3').decode().replace('\n', ''),
|
||||
'noisyWarnings': _noisy_warnings()
|
||||
}
|
||||
if (FPGA_FAM == 'xc7'):
|
||||
conf['prjxray_db'] = common_sub('prjxray-config').decode().replace('\n', '')
|
||||
|
||||
return conf
|
||||
|
||||
r_env.add_values(_generate_values())
|
||||
return r_env
|
||||
|
|
Loading…
Reference in New Issue