mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-26 10:35:38 +00:00
opt_lut_ins: fix name of global object. NFCI
This commit is contained in:
parent
07daf61ae6
commit
580aaa362d
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ struct OptLutInsPass : public Pass {
|
|||
module->remove(cell);
|
||||
}
|
||||
}
|
||||
} XilinxDffOptPass;
|
||||
} OptLutInsPass;
|
||||
|
||||
PRIVATE_NAMESPACE_END
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue