mirror of
https://github.com/YosysHQ/yosys
synced 2026-01-19 16:53:20 +00:00
Fix warning about unused variable in dffunmap.
This commit is contained in:
parent
8da8d681d0
commit
28c199fbbd
1 changed files with 0 additions and 1 deletions
|
|
@ -78,7 +78,6 @@ struct DffunmapPass : public Pass {
|
|||
continue;
|
||||
|
||||
FfData ff(&initvals, cell);
|
||||
IdString name = cell->name;
|
||||
|
||||
if (!ff.has_clk)
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue