Adding support for ZCMT Extension for Code-Size Reduction in CVA6 #1775
Triggered via pull request
December 11, 2024 15:06
farhan-108
synchronize
#2659
Status
Success
Total duration
1m 46s
Artifacts
–
Annotations
1 warning
format:
core/csr_regfile.sv#L927
[verible-verilog-format] reported by reviewdog 🐶
Raw Output:
core/csr_regfile.sv:927:- priv_lvl_d = priv_lvl_q;
core/csr_regfile.sv:928:- v_d = v_q;
core/csr_regfile.sv:929:- debug_mode_d = debug_mode_q;
core/csr_regfile.sv:927:+ priv_lvl_d = priv_lvl_q;
core/csr_regfile.sv:928:+ v_d = v_q;
core/csr_regfile.sv:929:+ debug_mode_d = debug_mode_q;
|