3
0
Fork 0
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:
Miodrag Milanovic 2022-03-30 15:55:15 +02:00
parent 72e5498bdf
commit 2e47b61cc6
2 changed files with 4 additions and 9 deletions

View file

@ -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;