mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-19 12:23:39 +00:00
cleanup
This commit is contained in:
parent
4f75a2ca1b
commit
a8d03df173
2 changed files with 1 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue