mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
Fix the fixed handling of x-bits in EDIF back-end
This commit is contained in:
parent
479be3cec7
commit
4a8c131fa7
|
@ -385,7 +385,6 @@ struct EdifBackend : public Backend {
|
||||||
log_abort();
|
log_abort();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
log_abort();
|
|
||||||
std::string netname;
|
std::string netname;
|
||||||
if (sig == RTLIL::State::S0)
|
if (sig == RTLIL::State::S0)
|
||||||
netname = "GND_NET";
|
netname = "GND_NET";
|
||||||
|
|
Loading…
Reference in a new issue