@@ -31,16 +31,6 @@ def get_defaults(environment):
3131 ]
3232 + list_if_exists (environment , "BC_ADDITIONAL_LIBS" )
3333 ),
34- "BC_NLDM_LIB_FILES" : " " .join (
35- [
36- f"{ lib_dir } /asap7sc7p5t_AO_RVT_FF_nldm_211120.lib.gz" ,
37- f"{ lib_dir } /asap7sc7p5t_INVBUF_RVT_FF_nldm_220122.lib.gz" ,
38- f"{ lib_dir } /asap7sc7p5t_OA_RVT_FF_nldm_211120.lib.gz" ,
39- f"{ lib_dir } /asap7sc7p5t_SIMPLE_RVT_FF_nldm_211120.lib.gz" ,
40- f"{ lib_dir } /asap7sc7p5t_SEQ_RVT_FF_nldm_220123.lib" ,
41- ]
42- + list_if_exists (environment , "BC_ADDITIONAL_LIBS" )
43- ),
4434 "BC_NLDM_DFF_LIB_FILE" : f"{ lib_dir } /asap7sc7p5t_SEQ_RVT_FF_nldm_220123.lib" ,
4535 "BC_CCS_LIB_FILES" : " " .join (
4636 [
@@ -104,7 +94,6 @@ def get_defaults(environment):
10494 if environment .get ("CLUSTER_FLOPS" ) == "1"
10595 else []
10696 )
107- + list_if_exists (environment , "ADDITIONAL_LEFS" )
10897 ),
10998 "BC_TEMPERATURE" : "25C" ,
11099 "TC_TEMPERATURE" : "0C" ,
@@ -303,9 +292,9 @@ def get_defaults(environment):
303292 list_if_exists (environment , "LIB_FILES" )
304293 + list_if_exists (
305294 variables ,
306- f"{ variables ['CORNER' ]} _{ variables .get ('LIB_MODEL' , 'NLDM' )} _LIB_FILES" ,
295+ f"{ variables ['CORNER' ]} _{ variables .get ('LIB_MODEL' )} _LIB_FILES" ,
307296 )
308- + list_if_exists (variables , "ADDITIONAL_LIBS" )
297+ + list_if_exists (environment , "ADDITIONAL_LIBS" )
309298 ),
310299 "DB_FILES" : " " .join (
311300 list_if_exists (variables , f"{ variables ['CORNER' ]} _DB_FILES" )
0 commit comments