mirror of https://github.com/YosysHQ/yosys.git
verilog_backend: dump attributes on SwitchRule.
This appears to be an omission.
This commit is contained in:
parent
48655dfb8b
commit
628437b01c
|
@ -1494,6 +1494,7 @@ void dump_proc_switch(std::ostream &f, std::string indent, RTLIL::SwitchRule *sw
|
|||
return;
|
||||
}
|
||||
|
||||
dump_attributes(f, indent, sw->attributes);
|
||||
f << stringf("%s" "casez (", indent.c_str());
|
||||
dump_sigspec(f, sw->signal);
|
||||
f << stringf(")\n");
|
||||
|
|
Loading…
Reference in New Issue