mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-28 17:14:11 +02:00
Add comments to make sure it is clear scale is an exponent of 10
This commit is contained in:
committed by
stashcroft
parent
e69341cd5f
commit
23a05fcf35
+1
-1
@@ -55,7 +55,7 @@ static const std::map<std::string, int> g_units =
|
||||
|
||||
struct scaled_time {
|
||||
uint64_t time;
|
||||
int scale;
|
||||
int scale; // exponent of 10, e.g. -6 = us, -9 = ns
|
||||
bool end;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user