aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2022-01-31 12:00:15 +0100
committerMiodrag Milanovic <mmicko@gmail.com>2022-01-31 12:00:15 +0100
commit26de52fa094f90d5ce7a2766df5a53e6188b4d13 (patch)
tree529fd99c8ab3866af8f94124272690100a739e14 /kernel
parent6513300db7648fcdf62b59bddd2aad9812829c02 (diff)
downloadyosys-26de52fa094f90d5ce7a2766df5a53e6188b4d13.tar.gz
yosys-26de52fa094f90d5ce7a2766df5a53e6188b4d13.tar.bz2
yosys-26de52fa094f90d5ce7a2766df5a53e6188b4d13.zip
Cleanup
Diffstat (limited to 'kernel')
-rw-r--r--kernel/fstdata.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/fstdata.cc b/kernel/fstdata.cc
index a7a2c80f7..17498c4ee 100644
--- a/kernel/fstdata.cc
+++ b/kernel/fstdata.cc
@@ -43,7 +43,6 @@ FstData::FstData(std::string filename) : ctx(nullptr)
}
}
for (int i=0;i<zeros; i++) timescale_str += "0";
- if (zeros>0)timescale_str += " ";
timescale_str += g_units[unit];
extractVarNames();
}