Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[HW] InnerSymbolTable: only check top-level ops for portlists
This changes the inner symbol table to only check top-level operations for portlists. Trying to dyn_cast every single operation to PortList is expensive, and is not a cost we have to pay when only module operations have port lists.
- Loading branch information