projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66fd639
)
Fix "write_edif -gndvccy"
author
Clifford Wolf
<clifford@clifford.at>
Fri, 1 Mar 2019 20:59:07 +0000
(12:59 -0800)
committer
Clifford Wolf
<clifford@clifford.at>
Fri, 1 Mar 2019 20:59:07 +0000
(12:59 -0800)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
backends/edif/edif.cc
patch
|
blob
|
history
diff --git
a/backends/edif/edif.cc
b/backends/edif/edif.cc
index 2d25f879dfcd2f0648a35a369b3f710f7a522126..7e30b67af6f29a9f6359e45943dd076f6cc0ec4f 100644
(file)
--- a/
backends/edif/edif.cc
+++ b/
backends/edif/edif.cc
@@
-130,7
+130,7
@@
struct EdifBackend : public Backend {
bool port_rename = false;
bool attr_properties = false;
std::map<RTLIL::IdString, std::map<RTLIL::IdString, int>> lib_cell_ports;
- bool nogndvcc = false, gndvccy =
tru
e;
+ bool nogndvcc = false, gndvccy =
fals
e;
CellTypes ct(design);
EdifNames edif_names;