3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-17 20:55:45 +00:00

autoscope supports top-level fork scope ports

This commit is contained in:
Stan Lee 2026-03-04 10:25:53 -08:00
parent b9dcda8ca6
commit a01d0b2935
2 changed files with 41 additions and 10 deletions

View file

@ -57,6 +57,7 @@ class FstData
dict<int,fstHandle> getMemoryHandles(std::string name);
double getTimescale() { return timescale; }
const char *getTimescaleString() { return timescale_str.c_str(); }
int getWidth(fstHandle signal);
std::string autoScope(Module *topmod);
private:
void extractVarNames();