mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-10 16:13:26 +00:00
add functions to new cell
This commit is contained in:
parent
8403eee59b
commit
2213b5d66d
2 changed files with 127 additions and 128 deletions
|
@ -1666,7 +1666,6 @@ public:
|
|||
|
||||
constexpr void setPort(const RTLIL::IdString &portname, RTLIL::SigSpec signal);
|
||||
constexpr const RTLIL::SigSpec &getPort(const RTLIL::IdString &portname);
|
||||
constexpr const RTLIL::Const getParam(const RTLIL::IdString ¶mname);
|
||||
constexpr void setParam(const RTLIL::IdString ¶mname, RTLIL::Const value);
|
||||
constexpr const RTLIL::Const getParam(const RTLIL::IdString ¶mname);
|
||||
bool hasParam(const RTLIL::IdString ¶mname) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue