From: Clifford Wolf Date: Tue, 11 Jul 2017 15:45:29 +0000 (+0200) Subject: Fix the fixed handling of x-bits in EDIF back-end X-Git-Tag: yosys-0.8~390 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4a8c131fa788b0db1e2bcd155dfa9748e6fb196f;p=yosys.git Fix the fixed handling of x-bits in EDIF back-end --- diff --git a/backends/edif/edif.cc b/backends/edif/edif.cc index 995aa2091..a6534b911 100644 --- a/backends/edif/edif.cc +++ b/backends/edif/edif.cc @@ -385,7 +385,6 @@ struct EdifBackend : public Backend { log_abort(); } } - log_abort(); std::string netname; if (sig == RTLIL::State::S0) netname = "GND_NET";