mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-12 13:16:27 +00:00
Add comments to make sure it is clear scale is an exponent of 10
This commit is contained in:
parent
e69341cd5f
commit
23a05fcf35
2 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ private:
|
|||
uint64_t last_time;
|
||||
std::map<fstHandle, std::string> past_data;
|
||||
uint64_t past_time;
|
||||
int scale;
|
||||
int scale; // exponent of 10, e.g. -6 = us, -9 = ns
|
||||
std::string timescale_str;
|
||||
uint64_t start_time;
|
||||
uint64_t end_time;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue