chipsalliance / Cores-VeeR-EL2

VeeR EL2 Core
https://chipsalliance.github.io/Cores-VeeR-EL2/html/index.html
Apache License 2.0
235 stars 68 forks source link

LHS lesser than RHS : el2_ifu_mem_ctl.sv : ic_debug_way #161

Open nstewart-amd opened 4 months ago

nstewart-amd commented 4 months ago

assign ic_debug_way[pt.ICACHE_NUM_WAYS-1:0] = {(ic_debug_way_enc[1:0] == 2'b11), el2_ifu_mem_ctl.sv | 1632 | LHS: 'ic_debug_way[(pt.ICACHE_NUM_WAYS - 1):0]' width 2 is less than RHS: '{(ic_debug_way_enc[1:0] ==2'b11) ,(ic_debug_way_enc[1:0] ==2'b10) ,(ic_debug_way_enc[1:0] ==2'b01) ,(ic_debug_way_enc[1:0] ==2'b00)}' width 4 in assignment [Hierarchy: '>>>.ifu.mem_ctl'] ¦ el2_ifu_mem_ctl |

assign ic_debug_way[pt.ICACHE_NUM_WAYS-1:0] = {(ic_debug_way_enc[1:0] == 2'b11), (ic_debug_way_enc[1:0] == 2'b10), (ic_debug_way_enc[1:0] == 2'b01), (ic_debug_way_enc[1:0] == 2'b00) };