3
0
Fork 0
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:
Emil J. Tywoniak 2024-06-10 18:51:29 +02:00
parent 8403eee59b
commit 2213b5d66d
2 changed files with 127 additions and 128 deletions

View file

@ -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 &paramname);
constexpr void setParam(const RTLIL::IdString &paramname, RTLIL::Const value);
constexpr const RTLIL::Const getParam(const RTLIL::IdString &paramname);
bool hasParam(const RTLIL::IdString &paramname) {