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

autoscoping

This commit is contained in:
Stan Lee 2026-03-01 15:39:35 -08:00
parent 0b46d8b201
commit c459a74c13
4 changed files with 114 additions and 8 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(); }
std::string autoScope(Module *topmod);
private:
void extractVarNames();