mirror of https://github.com/YosysHQ/yosys.git
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 New Issue