mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-17 20:55:45 +00:00
autoscoping
This commit is contained in:
parent
0b46d8b201
commit
c459a74c13
4 changed files with 114 additions and 8 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue