mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-23 16:04:37 +00:00
Renamed opt_const to opt_expr
This commit is contained in:
parent
d31c968d76
commit
1d0f0d668a
14 changed files with 84 additions and 83 deletions
|
@ -81,7 +81,7 @@ struct SynthPass : public Pass {
|
|||
log("\n");
|
||||
log(" coarse:\n");
|
||||
log(" proc\n");
|
||||
log(" opt_const\n");
|
||||
log(" opt_expr\n");
|
||||
log(" opt_clean\n");
|
||||
log(" check\n");
|
||||
log(" opt\n");
|
||||
|
@ -180,7 +180,7 @@ struct SynthPass : public Pass {
|
|||
if (check_label(active, run_from, run_to, "coarse"))
|
||||
{
|
||||
Pass::call(design, "proc");
|
||||
Pass::call(design, "opt_const");
|
||||
Pass::call(design, "opt_expr");
|
||||
Pass::call(design, "opt_clean");
|
||||
Pass::call(design, "check");
|
||||
Pass::call(design, "opt");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue