mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-10 08:02:02 +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
|
|
@ -224,7 +224,7 @@ void proc_dff(RTLIL::Module *mod, RTLIL::Process *proc, ConstEval &ce)
|
|||
single_async_rule.type = RTLIL::SyncType::ST1;
|
||||
single_async_rule.signal = mod->ReduceOr(NEW_ID, triggers);
|
||||
// TODO
|
||||
single_async_rule.actions.push_back({sig, rstval});
|
||||
single_async_rule.actions.push_back({sig, rstval, Const("")});
|
||||
|
||||
// Replace existing rules with this new rule
|
||||
async_rules.clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue