Fix the fixed handling of x-bits in EDIF back-end
authorClifford Wolf <clifford@clifford.at>
Tue, 11 Jul 2017 15:45:29 +0000 (17:45 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Jul 2017 15:45:29 +0000 (17:45 +0200)
backends/edif/edif.cc

index 995aa20914f9c01c2b783641f476deb7e48bce87..a6534b911226c4e6ffa774190421dcc9cb04812e 100644 (file)
@@ -385,7 +385,6 @@ struct EdifBackend : public Backend {
                                                log_abort();
                                        }
                                }
-                                       log_abort();
                                std::string netname;
                                if (sig == RTLIL::State::S0)
                                        netname = "GND_NET";