mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
remove whitespace
This commit is contained in:
parent
992b507537
commit
6888799c75
|
@ -326,7 +326,7 @@ struct EdifBackend : public Backend {
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
SigMap sigmap(module);
|
SigMap sigmap(module);
|
||||||
std::map<RTLIL::SigSpec, std::set<std::string>> net_join_db;
|
std::map<RTLIL::SigSpec, std::set<std::string>> net_join_db;
|
||||||
|
|
||||||
*f << stringf(" (cell %s\n", EDIF_DEF(module->name));
|
*f << stringf(" (cell %s\n", EDIF_DEF(module->name));
|
||||||
*f << stringf(" (cellType GENERIC)\n");
|
*f << stringf(" (cellType GENERIC)\n");
|
||||||
|
|
Loading…
Reference in a new issue