mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-02 13:27:02 +00:00
Merge pull request #1162 from whitequark/rtlil-case-attrs
Allow attributes on individual switch cases in RTLIL
This commit is contained in:
parent
17e0cc010c
commit
76f20492a4
3 changed files with 15 additions and 5 deletions
|
@ -1315,7 +1315,7 @@ public:
|
|||
#endif
|
||||
};
|
||||
|
||||
struct RTLIL::CaseRule
|
||||
struct RTLIL::CaseRule : public RTLIL::AttrObject
|
||||
{
|
||||
std::vector<RTLIL::SigSpec> compare;
|
||||
std::vector<RTLIL::SigSig> actions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue