mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-25 08:32:34 +00:00
cleaner with warning
This commit is contained in:
parent
c3a9a6d90e
commit
20c1f3212f
4 changed files with 13 additions and 9 deletions
|
|
@ -58,7 +58,7 @@ class FstData
|
|||
double getTimescale() { return timescale; }
|
||||
const char *getTimescaleString() { return timescale_str.c_str(); }
|
||||
int getWidth(fstHandle signal);
|
||||
std::vector<std::string> autoScope(Module *topmod);
|
||||
std::string autoScope(Module *topmod);
|
||||
private:
|
||||
void extractVarNames();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue