Skip to content

Commit 7f9520f

Browse files
committed
sdc_expand: log header
1 parent a6b3113 commit 7f9520f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

techlibs/common/sdc_expand.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ struct SdcexpandPass : public ScriptPass
3535
bool cleanup;
3636
void execute(std::vector<std::string> args, RTLIL::Design *design) override
3737
{
38+
log_header(design, "Executing SDC_EXPAND pass.\n");
3839
string run_from, run_to;
3940
cleanup = true;
4041

0 commit comments

Comments
 (0)