List store instruction enums explicitly in fd_changes_rd_state

Co-authored-by: Guillaume Chauvon <94678394+Gchauvon@users.noreply.github.com>
This commit is contained in:
Eric Ackermann 2025-04-22 11:41:24 +02:00 committed by GitHub
parent 40e4d04650
commit 19d73dc5d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -576,7 +576,7 @@ package ariane_pkg;
function automatic logic fd_changes_rd_state(input fu_op op);
unique case (op) inside
[FSD : FSB], // stores
FSD, FSW, FSH, FSB, // stores
FCVT_F2I, // conversion to int
FMV_F2X, // move as-is to int
FCLASS: // classification (writes output to integer register)