3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 09:05:32 +00:00
This commit is contained in:
Miodrag Milanovic 2022-01-31 12:00:15 +01:00
parent 6513300db7
commit 26de52fa09
2 changed files with 2 additions and 3 deletions

View file

@ -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();
}