mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
Proper scope naming from FST
This commit is contained in:
parent
72e5498bdf
commit
2e47b61cc6
2 changed files with 4 additions and 9 deletions
|
@ -60,7 +60,6 @@ private:
|
|||
void extractVarNames();
|
||||
|
||||
struct fstReaderContext *ctx;
|
||||
std::vector<std::string> scopes;
|
||||
std::vector<FstVar> vars;
|
||||
std::map<fstHandle, FstVar> handle_to_var;
|
||||
std::map<std::string, fstHandle> name_to_handle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue