mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-24 14:41:31 +00:00
rtlil: add source tracking to CaseRule actions
This commit is contained in:
parent
6349b3629c
commit
d9137fb0b5
6 changed files with 15 additions and 14 deletions
|
|
@ -2569,6 +2569,7 @@ struct RTLIL::SyncAction
|
|||
{
|
||||
RTLIL::SigSpec lhs;
|
||||
RTLIL::SigSpec rhs;
|
||||
RTLIL::Const src;
|
||||
};
|
||||
|
||||
struct RTLIL::SyncRule
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue