summaryrefslogtreecommitdiff
path: root/kernel/rtlil.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/rtlil.h')
-rw-r--r--kernel/rtlil.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel/rtlil.h b/kernel/rtlil.h
index e35c3c68..90760040 100644
--- a/kernel/rtlil.h
+++ b/kernel/rtlil.h
@@ -848,10 +848,10 @@ public:
const std::map<RTLIL::IdString, RTLIL::SigSpec> &connections() const;
// access cell parameters
- bool hasParam(RTLIL::IdString portname) const;
- void unsetParam(RTLIL::IdString portname);
- void setParam(RTLIL::IdString portname, RTLIL::Const value);
- const RTLIL::Const &getParam(RTLIL::IdString portname) const;
+ bool hasParam(RTLIL::IdString paramname) const;
+ void unsetParam(RTLIL::IdString paramname);
+ void setParam(RTLIL::IdString paramname, RTLIL::Const value);
+ const RTLIL::Const &getParam(RTLIL::IdString paramname) const;
void check();
void fixup_parameters(bool set_a_signed = false, bool set_b_signed = false);