openhwgroup / core-v-verif

Functional verification project for the CORE-V family of RISC-V cores.

Home Page:https://docs.openhwgroup.org/projects/core-v-verif/en/latest/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uvmt_cv32e40p_tb_ifs.sv needs to be refactorted

MikeOpenHWGroup opened this issue · comments

As mentioned in pull-request #2385, cv32e40p/tb/uvmt/uvmt_cv32e40p_tb_ifs.sv (on the cv32e40p/dev branch) has become very large, containing eight SV-interfaces and several of these interfaces support complex logic. I think it is time to consider refactoring this file into two or more files. Perhaps the interfaces used for coverage could be moved into a separate file.