From df3e6e1ec99a409c7e3d4e381b55cee7031c009a Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Mon, 21 Aug 2017 15:02:16 +0200 Subject: [PATCH] Remove some dead code from fsm_map --- passes/fsm/fsm_map.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/passes/fsm/fsm_map.cc b/passes/fsm/fsm_map.cc index c42303752..3edaf84d2 100644 --- a/passes/fsm/fsm_map.cc +++ b/passes/fsm/fsm_map.cc @@ -274,9 +274,6 @@ static void map_fsm(RTLIL::Cell *fsm_cell, RTLIL::Module *module) { RTLIL::SigSpec sig_a(RTLIL::State::Sx, next_state_wire->width); RTLIL::SigSpec sig_b, sig_s; - int reset_state = fsm_data.reset_state; - if (reset_state < 0) - reset_state = 0; for (size_t i = 0; i < fsm_data.state_table.size(); i++) { RTLIL::Const state = fsm_data.state_table[i]; -- 2.30.2