We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b3113 commit 7f9520fCopy full SHA for 7f9520f
techlibs/common/sdc_expand.cc
@@ -35,6 +35,7 @@ struct SdcexpandPass : public ScriptPass
35
bool cleanup;
36
void execute(std::vector<std::string> args, RTLIL::Design *design) override
37
{
38
+ log_header(design, "Executing SDC_EXPAND pass.\n");
39
string run_from, run_to;
40
cleanup = true;
41
0 commit comments