Enhance topgen to support enum and other types
Open
Component:Tooling
Earlgrey-PROD Triaged
Priority:P3
- Dominant language
- SystemVerilog
- Stars
- 3.6k
- Forks
- 1.1k
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 141
Description
Currently topgen automatically suffixes `-t` for all the port types. In our style guide, we recommend to use suffix `_e` for enum type.
#9264 removed mubi*_e and only use mubi*_t due to this limitation in topgen
Contributor guide
Assessment
This issue has not been assessed yet.