mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-22 21:51:28 +00:00
proc_mux: emit fused action location src attributes on procmuxes
This commit is contained in:
parent
d9137fb0b5
commit
9aa7a343ff
2 changed files with 59 additions and 6 deletions
|
|
@ -441,6 +441,7 @@ struct AST_INTERNAL::ProcessGenerator
|
|||
RTLIL::SigSpec lhs = init_lvalue_c;
|
||||
RTLIL::SigSpec rhs = init_rvalue.extract(offset, init_lvalue_c.width);
|
||||
remove_unwanted_lvalue_bits(lhs, rhs);
|
||||
// TODO
|
||||
sync->actions.push_back({lhs, rhs, Const("")});
|
||||
offset += lhs.size();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue