mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-09 17:31:59 +00:00
sdc_expand: log header
This commit is contained in:
parent
a6b3113a66
commit
7f9520fcdc
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ struct SdcexpandPass : public ScriptPass
|
||||||
bool cleanup;
|
bool cleanup;
|
||||||
void execute(std::vector<std::string> args, RTLIL::Design *design) override
|
void execute(std::vector<std::string> args, RTLIL::Design *design) override
|
||||||
{
|
{
|
||||||
|
log_header(design, "Executing SDC_EXPAND pass.\n");
|
||||||
string run_from, run_to;
|
string run_from, run_to;
|
||||||
cleanup = true;
|
cleanup = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue