projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
479be3c
)
Fix the fixed handling of x-bits in EDIF back-end
author
Clifford Wolf
<clifford@clifford.at>
Tue, 11 Jul 2017 15:45:29 +0000
(17:45 +0200)
committer
GitHub
<noreply@github.com>
Tue, 11 Jul 2017 15:45:29 +0000
(17:45 +0200)
backends/edif/edif.cc
patch
|
blob
|
history
diff --git
a/backends/edif/edif.cc
b/backends/edif/edif.cc
index 995aa20914f9c01c2b783641f476deb7e48bce87..a6534b911226c4e6ffa774190421dcc9cb04812e 100644
(file)
--- 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";