fix vcs.mk and imperas_CV32.sv problem
Created by: guojiazhuxi
In the vcs.mk file,
- Delete some duplicate options in the VCS compilation option, VCS_UVM_ARGS variables appear twice
- +UVM_VERBOSITY= $ (VCS_UVM_VERBOSITY) option is not the compilation option of VCS, but the option of ./simv.
- Added the FSDB waveform file generation option, which can be directly defined in the vcs compilation option to use FSDB=YES to directly generate the fsdb waveform file for use by verdi
- Fixed VCS compilation errors and increased RVFI definition
https://github.com/openhwgroup/core-v-verif/issues/1573#issuecomment-1385558302
5.https://github.com/openhwgroup/core-v-verif/issues/1573#issuecomment-1384355873
@MikeOpenHWGroup
This is some of the problems that I found with VCS simulation CV32E40P during this time. Please see if it can, thank you!