Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions hardware/include/ara/ara_typedef.svh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ typedef struct packed {
logic use_vs2;
opqueue_conversion_e conversion_vs2;
rvv_pkg::vew_e eew_vs2;
rvv_pkg::vew_e old_eew_vs2;

// Use vd as an operand as well (e.g., vmacc)
logic use_vd_op;
Expand Down
1 change: 1 addition & 0 deletions hardware/src/ara.sv
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ module ara import ara_pkg::*; #(
opqueue_conversion_e conversion_vs1;
rvv_pkg::vew_e eew_vs1;
rvv_pkg::vew_e old_eew_vs1;
rvv_pkg::vew_e old_eew_vs2;

// 2nd vector register operand
logic [4:0] vs2;
Expand Down
Loading
Loading