From c61467a32c4bd3ec4b9e0cb6d36d602f0e4dea81 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 23 Jul 2014 08:59:54 +0200 Subject: Some cleanups in RTLIL::SigChunk::SigChunk(const RTLIL::Const&) --- kernel/rtlil.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kernel/rtlil.h') diff --git a/kernel/rtlil.h b/kernel/rtlil.h index 53770088b..0e74c958a 100644 --- a/kernel/rtlil.h +++ b/kernel/rtlil.h @@ -461,7 +461,7 @@ struct RTLIL::SigChunk { RTLIL::Const data; // only used if wire == NULL, LSB at index 0 int width, offset; SigChunk(); - SigChunk(const RTLIL::Const &data); + SigChunk(const RTLIL::Const &value); SigChunk(RTLIL::Wire *wire, int width, int offset); SigChunk(const std::string &str); SigChunk(int val, int width = 32); @@ -520,7 +520,7 @@ private: public: SigSpec(); - SigSpec(const RTLIL::Const &data); + SigSpec(const RTLIL::Const &value); SigSpec(const RTLIL::SigChunk &chunk); SigSpec(RTLIL::Wire *wire, int width = -1, int offset = 0); SigSpec(const std::string &str); -- cgit v1.2.3