Unverified Commit e3feb5c4 by alanminko Committed by GitHub

Merge pull request #183 from j2kun/patch-1

typo: Libery -> Liberty
parents 0e88e273 4f4bba2a
...@@ -867,7 +867,7 @@ int Scl_LibertyReadTimeUnit( Scl_Tree_t * p ) ...@@ -867,7 +867,7 @@ int Scl_LibertyReadTimeUnit( Scl_Tree_t * p )
return 12; return 12;
break; break;
} }
printf( "Libery parser cannot read \"time_unit\". Assuming time_unit : \"1ns\".\n" ); printf( "Liberty parser cannot read \"time_unit\". Assuming time_unit : \"1ns\".\n" );
return 9; return 9;
} }
void Scl_LibertyReadLoadUnit( Scl_Tree_t * p, Vec_Str_t * vOut ) void Scl_LibertyReadLoadUnit( Scl_Tree_t * p, Vec_Str_t * vOut )
...@@ -887,7 +887,7 @@ void Scl_LibertyReadLoadUnit( Scl_Tree_t * p, Vec_Str_t * vOut ) ...@@ -887,7 +887,7 @@ void Scl_LibertyReadLoadUnit( Scl_Tree_t * p, Vec_Str_t * vOut )
else break; else break;
return; return;
} }
printf( "Libery parser cannot read \"capacitive_load_unit\". Assuming capacitive_load_unit(1, pf).\n" ); printf( "Liberty parser cannot read \"capacitive_load_unit\". Assuming capacitive_load_unit(1, pf).\n" );
Vec_StrPutF_( vOut, 1.0 ); Vec_StrPutF_( vOut, 1.0 );
Vec_StrPutI_( vOut, 12 ); Vec_StrPutI_( vOut, 12 );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment