mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
fix compile warning
This commit is contained in:
parent
d41688f7d7
commit
3c95a28dc2
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ struct MicrochipDffOptPass : public Pass {
|
|||
{
|
||||
log_header(design, "Executing MICROCHIP_DFFOPT pass (optimize FF control signal usage).\n");
|
||||
|
||||
size_t argidx;
|
||||
size_t argidx = 0;
|
||||
int max_lut_size = 4;
|
||||
|
||||
extra_args(args, argidx, design);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue