3
0
Fork 0
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:
Eddie Hung 2019-10-07 11:56:17 -07:00
parent d9fba95177
commit e1554b56dd

View file

@ -842,6 +842,7 @@ struct XAigerWriter
continue;
}
}
// Default flop init is zero
write_s_buffer(0);
}
f << "s";