mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-07 14:43:23 +00:00
Fix "write_edif -gndvccy"
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
66fd6396d4
commit
03237de686
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ struct EdifBackend : public Backend {
|
||||||
bool port_rename = false;
|
bool port_rename = false;
|
||||||
bool attr_properties = false;
|
bool attr_properties = false;
|
||||||
std::map<RTLIL::IdString, std::map<RTLIL::IdString, int>> lib_cell_ports;
|
std::map<RTLIL::IdString, std::map<RTLIL::IdString, int>> lib_cell_ports;
|
||||||
bool nogndvcc = false, gndvccy = true;
|
bool nogndvcc = false, gndvccy = false;
|
||||||
CellTypes ct(design);
|
CellTypes ct(design);
|
||||||
EdifNames edif_names;
|
EdifNames edif_names;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue