3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-25 08:32:34 +00:00

cleaner with warning

This commit is contained in:
Stan Lee 2026-03-06 10:23:31 -08:00
parent c3a9a6d90e
commit 20c1f3212f
4 changed files with 13 additions and 9 deletions

View file

@ -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();