mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Add comment on default flop init
This commit is contained in:
parent
d9fba95177
commit
e1554b56dd
1 changed files with 1 additions and 0 deletions
|
@ -842,6 +842,7 @@ struct XAigerWriter
|
|||
continue;
|
||||
}
|
||||
}
|
||||
// Default flop init is zero
|
||||
write_s_buffer(0);
|
||||
}
|
||||
f << "s";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue