mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 13:47:13 -04:00
Add constraint to generate illegal sfence.vma func7 (#1640)
This commit is contained in:
parent
ded8ed8141
commit
dc2a177a39
1 changed files with 1 additions and 2 deletions
3
verif/env/corev-dv/cva6_unsupported_instr.sv
vendored
3
verif/env/corev-dv/cva6_unsupported_instr.sv
vendored
|
@ -161,8 +161,7 @@ class cva6_unsupported_instr_c extends uvm_object;
|
|||
opcode == 7'b1110011;
|
||||
func3 == 3'b000;
|
||||
instr_bin[11:7] inside {5'b0, 5'b00001};
|
||||
func7 == 7'b0001001;
|
||||
|
||||
func7 inside {7'b1111111, 7'b0001001};
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue