mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
Improvements in assertpmux
This commit is contained in:
parent
e2570ffb87
commit
cb7dbf4070
6 changed files with 202 additions and 23 deletions
|
@ -1103,6 +1103,9 @@ public:
|
|||
RTLIL::SigBit Oai3Gate (RTLIL::IdString name, RTLIL::SigBit sig_a, RTLIL::SigBit sig_b, RTLIL::SigBit sig_c);
|
||||
RTLIL::SigBit Aoi4Gate (RTLIL::IdString name, RTLIL::SigBit sig_a, RTLIL::SigBit sig_b, RTLIL::SigBit sig_c, RTLIL::SigBit sig_d);
|
||||
RTLIL::SigBit Oai4Gate (RTLIL::IdString name, RTLIL::SigBit sig_a, RTLIL::SigBit sig_b, RTLIL::SigBit sig_c, RTLIL::SigBit sig_d);
|
||||
|
||||
RTLIL::SigSpec Anyconst (RTLIL::IdString name, int width = 1);
|
||||
RTLIL::SigSpec Initstate (RTLIL::IdString name);
|
||||
};
|
||||
|
||||
struct RTLIL::Wire : public RTLIL::AttrObject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue