Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
nstewart-amd opened this issue Mar 1, 2024 · 3 comments
Closed

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

nstewart-amd opened this issue Mar 1, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@nstewart-amd
Copy link
Contributor

chipsalliance/Cores-VeeR-EL2#161

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) };

@calebofearth calebofearth added the bug Something isn't working label May 2, 2024
@calebofearth
Copy link
Collaborator

@nstewart-amd is this still causing errors in your lint? It doesn't seem to be popping up in recent email exchanges, but the code has not been updated as of #483

@mborder-amd
Copy link

@calebofearth - From what I can tell, this issue was fixed in #483.

image

@calebofearth
Copy link
Collaborator

@calebofearth - From what I can tell, this issue was fixed in #483.

image

Thanks Matt, you're correct, I must have looked at the wrong commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants