mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-12 17:06:15 +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;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// Default flop init is zero
|
||||||
write_s_buffer(0);
|
write_s_buffer(0);
|
||||||
}
|
}
|
||||||
f << "s";
|
f << "s";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue