mirror of https://github.com/YosysHQ/yosys.git
parent
049e3abf9b
commit
192601385f
|
@ -263,7 +263,7 @@ void RTLIL_BACKEND::dump_proc_sync(std::ostream &f, std::string indent, const RT
|
||||||
f << stringf(" ");
|
f << stringf(" ");
|
||||||
dump_sigspec(f, it.enable);
|
dump_sigspec(f, it.enable);
|
||||||
f << stringf(" ");
|
f << stringf(" ");
|
||||||
dump_sigspec(f, it.priority_mask);
|
dump_const(f, it.priority_mask);
|
||||||
f << stringf("\n");
|
f << stringf("\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue