mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Cleanup
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user