mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-15 03:35:40 +00:00
rtlil: add source tracking to CaseRule actions
(cherry picked from commit c36370f227)
This commit is contained in:
parent
292d44f208
commit
6646b1dbf9
7 changed files with 18 additions and 17 deletions
|
|
@ -2603,6 +2603,7 @@ struct RTLIL::SyncAction
|
|||
{
|
||||
RTLIL::SigSpec lhs;
|
||||
RTLIL::SigSpec rhs;
|
||||
TwineRef src = Twine::Null;
|
||||
};
|
||||
|
||||
struct RTLIL::SyncRule
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue