mirror of
https://github.com/YosysHQ/yosys
synced 2026-01-06 11:02:47 +00:00
rtlil: add source tracking to CaseRule actions
This commit is contained in:
parent
f0c72bd595
commit
7072a8e893
6 changed files with 15 additions and 14 deletions
|
|
@ -2579,6 +2579,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