mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-22 23:25:51 +00:00
improvements to autoscope
This commit is contained in:
parent
a01d0b2935
commit
cb3853fca0
4 changed files with 22 additions and 51 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue