mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-22 05:43:40 +00:00
Add more options and time handling
This commit is contained in:
parent
ccc3e3d13a
commit
3e35de2be1
3 changed files with 106 additions and 2 deletions
|
@ -58,6 +58,7 @@ class FstData
|
|||
void recalc_time_offsets(fstHandle signal, std::vector<uint64_t> time);
|
||||
|
||||
fstHandle getHandle(std::string name);
|
||||
double getTimescale() { return timescale; }
|
||||
private:
|
||||
void extractVarNames();
|
||||
|
||||
|
@ -72,6 +73,7 @@ private:
|
|||
std::vector<uint64_t> sample_times;
|
||||
size_t sample_times_ndx;
|
||||
std::map<fstHandle, std::string> current;
|
||||
double timescale;
|
||||
};
|
||||
|
||||
YOSYS_NAMESPACE_END
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue