Remove unused methods

This commit is contained in:
mariusmonton 2021-02-02 19:52:39 +01:00
parent 03c95d2de3
commit 6286c640d9
1 changed files with 0 additions and 11 deletions

View File

@ -158,17 +158,6 @@ public:
return aux; 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 * @brief Gets immediate field value for U-type
* @return immediate_U field * @return immediate_U field