mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 21:27:10 -04:00
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:
parent
40e4d04650
commit
19d73dc5d7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue