File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ struct OpenstaPass : public Pass
109109 };
110110 int ret = run_command (command, process_line);
111111 if (ret)
112- log_error (" OpenSTA return %d (error)\n " , ret);
112+ log_error (" OpenSTA returned %d (error)\n " , ret);
113113 else
114114 log (" sdc_expanded_filename: %s\n " , sdc_expanded_filename.c_str ());
115115
Original file line number Diff line number Diff line change 44USING_YOSYS_NAMESPACE
55PRIVATE_NAMESPACE_BEGIN
66
7- struct SdcexpandPass : public ScriptPass
7+ struct SdcExpandPass : public ScriptPass
88{
99 const char * default_sta_cmd = " sta" ;
10- SdcexpandPass () : ScriptPass(" sdc_expand" , " run OpenSTA" ) { }
10+ SdcExpandPass () : ScriptPass(" sdc_expand" , " run OpenSTA" ) { }
1111
1212 void help () override
1313 {
@@ -145,6 +145,6 @@ struct SdcexpandPass : public ScriptPass
145145 }
146146 run (" design -load pre_expand" );
147147 }
148- } SdcexpandPass ;
148+ } SdcExpandPass ;
149149
150150PRIVATE_NAMESPACE_END
You can’t perform that action at this time.
0 commit comments