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:
parent
b9dcda8ca6
commit
a01d0b2935
2 changed files with 41 additions and 10 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(); }
|
||||
int getWidth(fstHandle signal);
|
||||
std::string autoScope(Module *topmod);
|
||||
private:
|
||||
void extractVarNames();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue