aboutsummaryrefslogtreecommitdiffstats
path: root/backends/edif
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2020-01-10 12:38:03 +0100
committerMiodrag Milanovic <mmicko@gmail.com>2020-01-10 12:38:03 +0100
commit6888799c7545ff07b8c057e1b7382ddd2a2c1b8e (patch)
treeab17d082e82aad370ba6f6f93b92b00298913e2b /backends/edif
parent992b507537d6c0e5804859100e05a7a78adb21eb (diff)
downloadyosys-6888799c7545ff07b8c057e1b7382ddd2a2c1b8e.tar.gz
yosys-6888799c7545ff07b8c057e1b7382ddd2a2c1b8e.tar.bz2
yosys-6888799c7545ff07b8c057e1b7382ddd2a2c1b8e.zip
remove whitespace
Diffstat (limited to 'backends/edif')
-rw-r--r--backends/edif/edif.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/edif/edif.cc b/backends/edif/edif.cc
index 1bfd4a335..6735d670f 100644
--- a/backends/edif/edif.cc
+++ b/backends/edif/edif.cc
@@ -326,7 +326,7 @@ struct EdifBackend : public Backend {
continue;
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(" (cellType GENERIC)\n");