Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop an import from inside of a class
This causes VCS to spit out an error because it's not technically allowed in SystemVerilog. The only things that we needed to import seems to have been the CSR_MHPMCOUNTER3* names. We can just refer to them explicitly.
- Loading branch information