minor updates

This commit is contained in:
Blaise Tine
2021-08-28 15:21:40 -07:00
parent 28eb3cfdb2
commit 12b8b4af24
8 changed files with 33 additions and 16 deletions

View File

@@ -192,7 +192,8 @@ module VX_decode #(
end
`INST_F: begin
ex_type = `EX_LSU;
op_mod = `MOD_BITS'(!func3[0]); // data fence
op_type = `OP_BITS'(func3[0]);
op_mod = `MOD_BITS'(1);
end
`INST_SYS : begin
if (func3[1:0] != 0) begin