3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-19 05:35:47 +00:00
This commit is contained in:
Stan Lee 2026-05-26 16:12:43 -07:00
parent 63df096fed
commit 6d2e287a74
2 changed files with 93 additions and 49 deletions

View file

@ -61,6 +61,7 @@ class FstData
std::string autoScope(Module *topmod);
private:
void extractVarNames();
void registerVar(const FstVar &var);
struct fstReaderContext *ctx;
std::vector<FstVar> vars;