3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-22 23:25:51 +00:00

improvements to autoscope

This commit is contained in:
Stan Lee 2026-03-06 09:51:45 -08:00
parent a01d0b2935
commit cb3853fca0
4 changed files with 22 additions and 51 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::string autoScope(Module *topmod);
std::vector<std::string> autoScope(Module *topmod);
private:
void extractVarNames();