From 6286c640d9c2eda67687f688fd28b00bcc9e6a9f Mon Sep 17 00:00:00 2001 From: mariusmonton Date: Tue, 2 Feb 2021 19:52:39 +0100 Subject: [PATCH] Remove unused methods --- inc/BASE_ISA.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/inc/BASE_ISA.h b/inc/BASE_ISA.h index f981b40..c51e237 100644 --- a/inc/BASE_ISA.h +++ b/inc/BASE_ISA.h @@ -158,17 +158,6 @@ public: return aux; } - /** - * @brief Sets immediate field for S-type - * @param value desired S value - */ - inline void set_imm_S(int32_t value) { - sc_dt::sc_uint<32> aux = value; - - m_instr.range(31, 25) = aux.range(11, 5); - m_instr.range(11, 7) = aux.range(4, 0); - } - /** * @brief Gets immediate field value for U-type * @return immediate_U field