3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-19 12:23:39 +00:00
This commit is contained in:
Miodrag Milanovic 2022-01-28 12:54:16 +01:00
parent 4f75a2ca1b
commit a8d03df173
2 changed files with 1 additions and 14 deletions

View file

@ -66,7 +66,6 @@ private:
std::map<fstHandle, std::vector<std::pair<uint64_t, std::string>>> handle_to_data;
std::map<fstHandle, std::string> last_data;
std::map<fstHandle, std::map<uint64_t, size_t>> time_to_index;
std::map<fstHandle, std::map<size_t, uint64_t>> index_to_time;
std::vector<uint64_t> sample_times;
size_t sample_times_ndx;
double timescale;