mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-19 05:35:47 +00:00
union
This commit is contained in:
parent
63df096fed
commit
6d2e287a74
2 changed files with 93 additions and 49 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue