3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-19 05:35:47 +00:00

ff: twines

This commit is contained in:
Emil J. Tywoniak 2026-06-16 23:16:36 +02:00
parent 3a5f5c77bf
commit 7baf458ffe
2 changed files with 6 additions and 6 deletions

View file

@ -80,7 +80,7 @@ YOSYS_NAMESPACE_BEGIN
// - empty set [not a cell — will be emitted as a simple direct connection]
struct FfTypeData {
FfTypeData(IdString type);
FfTypeData(TwineRef type);
FfTypeData() {
has_clk = false;
has_gclk = false;