mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-08 07:15:09 +00:00
rtlil: add source tracking to CaseRule actions
This commit is contained in:
parent
c45a035ebf
commit
304757c881
6 changed files with 15 additions and 14 deletions
|
|
@ -311,7 +311,7 @@ struct ProcArstPass : public Pass {
|
|||
if (arst_sig.size()) {
|
||||
log("Added global reset to process %s: %s <- %s\n",
|
||||
proc->name.c_str(), log_signal(arst_sig), log_signal(arst_val));
|
||||
arst_actions.push_back({arst_sig, arst_val});
|
||||
arst_actions.push_back({arst_sig, arst_val, act.src});
|
||||
}
|
||||
}
|
||||
if (!arst_actions.empty()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue