mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 18:05:24 +00:00
Add comment on default flop init
This commit is contained in:
parent
d9fba95177
commit
e1554b56dd
|
@ -842,6 +842,7 @@ struct XAigerWriter
|
|||
continue;
|
||||
}
|
||||
}
|
||||
// Default flop init is zero
|
||||
write_s_buffer(0);
|
||||
}
|
||||
f << "s";
|
||||
|
|
Loading…
Reference in a new issue