rdaly525 / coreir

BSD 3-Clause "New" or "Revised" License
98 stars 24 forks source link

Skip symbol table logging for generators #999

Closed rsetaluri closed 3 years ago

rsetaluri commented 3 years ago

The data structure currently isn't able to handle generators since it cant handle modules with the same name. In CoreIR when we try to log/populate the symbol table we use the module name which is the same for different instantiations of the generator. This means the symbol table needs to specifically code for this. Until then, disabling generating anything for generators.